Skip to main content

JSON ↔ (standard) Serialize data into lightweight XLang format as string object notation

Source: www.json.org/json

aka JSON, JavaScript-Object-Notation, JS-Object-Notation

JSON Superset

JSON is Data Structure of name/value pairs & ordered nestable list of values

References

  1. JSONGlobal Object API to acccess Static Method to convert/parse JSON

  2. .json()async Chain Method to return Promise parse as JSON format

  3. body-parserNode.js Middleware Module to parse (URL/JSON-encoded) POST data

  4. JSON-SchemaScheme to annotate/validate JSON struct

  5. Monarch ↔ Library for Code Syntax Highlight via JSON declaration

  6. jsonplaceholderOnline API to provide dummy REST JSON HTTP Response

  7. JWT ↔ (proposed standard) JSON as passport ID to securely transfer user data (HPS) over web

  8. BSON ↔ (format) Mongo extends JSON to store types & length info

  9. uses [**_JSON_**](json) ↔ usually REST use JSON to send data

  10. uses [**_JSON_**](json) ↔ usually REST use JSON to send data

  11. Typesense Collection ↔ typesense Virtual Collection as JSON to store/retrieve/mutate aliases

  12. AWS Task DefinitionJSON to def AWS Task in terms of name, task role, network mode, Container Image (env, resource, host port, container port, etc)

  13. JSONL ↔ newline-delimited JSON to store data struct for easier record-by-record processing

  14. Node script demo ↔ the aim of releasing the code is to showcase how to transform a complex JSON object, structured like a Relational Database, into a feature-rich MDX static site.