JSON.sh
JSON parser
A tool that parses JSON data and outputs the path to each object in the data along with the object itself.
a pipeable JSON parser written in Bash
2k stars
83 watching
264 forks
Language: Shell
last commit: almost 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
nestorpersist/json | A fast and immutable JSON parser written in Scala | 11 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 245 |
einscott/json | A library that enables reading and writing of JSON data in the Beef programming language. | 4 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |