You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Write a guide to understanding JSON lessons/misc-quick-reference/json.md
This should include:
data
key that has the data to process)The text was updated successfully, but these errors were encountered: