Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Reference Guide: Basic JSON #96

Open
gstark opened this issue Oct 19, 2020 · 0 comments
Open

Quick Reference Guide: Basic JSON #96

gstark opened this issue Oct 19, 2020 · 0 comments
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook

Comments

@gstark
Copy link
Contributor

gstark commented Oct 19, 2020

Write a guide to understanding JSON lessons/misc-quick-reference/json.md

This should include:

  • Syntax
  • Examples from APIs
  • Descriptions of how to parse JSON in C# and JavaScript
  • Descriptions of how to use JSON in code
    • Show examples of looping through JSON results that are an array
    • Show examples of using JSON results that is a root object with nested elements. See https://sdg-octodex.herokuapp.com/ as a very simple example (where there is a data key that has the data to process)
@gstark gstark added Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook good first issue labels Oct 19, 2020
@gstark gstark changed the title Quick Reference GuideL Basic JSON Quick Reference Guide: Basic JSON Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Quick Reference Guide Relates to the misc/quick-reference-guides section of the handbook
Projects
None yet
Development

No branches or pull requests

1 participant