-
json.org - visual spec (I think in formal notation)
-
JSON With Commas and Comments a minimal extension #comments
- Good description of format
-
- A query language for json!
-
jq - command-line JSON processor
-
JSONPlaceholder example [api]
-
-
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
-
-
- Visualise and explore json nicely - online service/app
-
json-ld.org - json + linked data - solution for data from multiple places in a single document
-
Uninterrupted JSON RPC - Remote Procedure Calls Up to 100x Faster than FastAPI #python
-
Analyzing multi-gigabyte JSON files locally
- using bash
parallel
andjq
(first try) - then 'Jupyter and Dask'
- using bash