jsonlint
JSON parser
A JSON parser and validator with a CLI.
A JSON parser and validator with a CLI.
2k stars
65 watching
419 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
seldaek/jsonlint | A JSON parser with error detection and reporting capabilities | 1,321 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
lloyd/jsonselect | A CSS-like selector language for JSON documents, aiming to provide an intuitive and expressive syntax while maintaining efficiency. | 1,593 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
delba/jason | A fast and convenient JSON deserializer for Swift applications. | 1,013 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
tianchaijz/lua-resty-jsonschema | Validates JSON data against a predefined schema to ensure data conforms to expected structure and format. | 10 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
yitzchak/shasht | A Common Lisp library for parsing and generating JSON data | 46 |
jsonld-java/jsonld-java | A Java library implementing the JSON-LD 1.0 specification and API | 379 |
travisstaloch/simdjzon | A high-performance JSON parser ported to the Zig programming language | 107 |
himujjal/zig-json5 | A JSON5 parser/stringifier for Zig programming language. | 23 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 84 |