json
TypeSchema
https://typeschema.org/
TypeSchema is a JSON specification to describe data models in a programming language neutral format.
Added 1 month ago
Show HN: Jless a command-line JSON viewer
https://pauljuliusmartinez.github.io/
jless | plaintextsports.com
Added 1 month ago
https://github.com/TomWright/dasel
https://github.com/TomWright/dasel
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package. - TomWright/dasel
Added 1 month ago
Sorting JSON by Value with JQ (Command Line JSON Processor) - Big Datums
http://bigdatums.net/2016/11/29/sorting-json-by-value-with-jq/
jq is a lightweight command line JSON processor that is very easy to use. Sometimes it is helpful to see your data sorted by a particular field value. Luckily jq makes this easy to do. Here are some sample JSON records we will be working with in this post: Sorting JSON by value with jq […]
Added 1 month ago