GitHub Pages website: https://kenneth-lau.github.io/udemy-api-doc1/
For more information, see Learn API Technical Writing: JSON and XML for Writers.
- JSON
- Number, string (quotation marks), boolean (no quotation marks)
- XML
- string
- Boolean
- Collections
- Arrays - (list of data values)
- Dictionaries (look up table)
- Collection of data keys and values
- Structured data
- Strings (single or double quotation marks)
- Numbers (integer, decimal, positive, negative)
- Booleans (no quotation marks)
- Null (no quotation marks)
- Arrays (lists)
- Enclosed in square brackets
- Can have mixed
- Objects (JSON's dictionaries)
- Enclosed in curly brackets
- Key and values separated by a colon
- Pairs separated by commas
- Nesting
- Arrays, objects
- White space doesn't matter
- Swagger
- io docs
- XSD - XML schema