Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== JavaScript Object Notation ====== JSON is a data interchange format supported by many libraries. ===== Libraries and CLI applications ===== * [[https://github.com/stedolan/jq|jq]] – lightweight and flexible command-line JSON processor, written mostly in C. * [[https://github.com/ldn-softdev/jtc|jtc]] – CLI tool. Selects one or multiple elements from a source JSON and applies various actions on the selected elements at once. * [[https://digip.org/jansson/|Jansson]] – a C library for encoding, decoding and manipulating JSON data. * [[https://github.com/FasterXML/jackson|Jackson]] – suite of data-processing tools for Java and JVM, including a streaming JSON parser / generator library, matching data-binding library and data format modules for Avro, BSON, CBOR, CSV, Smile, (Java) Properties, Protobuf, XML or YAML. Last modified: 2024-07-05 14:31