handbook
handbook copied to clipboard
Quick Reference Guide: Basic JSON
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
datakey that has the data to process)