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
265 forks
Language: Shell
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight C parser for structured data formats like JSON | 1,286 |
| An in-place JSON parser implemented in a single header file | 74 |
| A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
| A JSON parser that provides more informative error messages when parsing JSON fails | 348 |
| A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
| A commandline tool for parsing JSON from various sources | 51 |
| A header file providing a simple, single-header JSON parser for C and C++. | 719 |
| A JSON encoder and decoder implemented in Common Lisp. | 164 |
| An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
| A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
| A fast and immutable JSON parser written in Scala | 11 |
| A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
| JSON parser with path selection support | 249 |
| A library that enables reading and writing of JSON data in the Beef programming language. | 4 |
| A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |