handbook icon indicating copy to clipboard operation
handbook copied to clipboard

Quick Reference Guide: Basic JSON

Open gstark opened this issue 5 years ago • 0 comments

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 avatar Oct 19 '20 12:10 gstark