GitHub
github.com › json-parser › json-parser
GitHub - json-parser/json-parser: Very low footprint DOM-style JSON parser written in portable ANSI C · GitHub
Very low footprint DOM-style JSON parser written in portable C89 (sometimes referred to as ANSI C).
Starred by 1.3K users
Forked by 291 users
Languages C 89.1% | Python 5.1% | Makefile 3.8% | M4 1.6% | Cython 0.4%
Videos
GitHub
github.com › buger › jsonparser
GitHub - buger/jsonparser: One of the fastest alternative JSON parser for Go that does not require schema · GitHub
Starred by 5.6K users
Forked by 437 users
Languages Go
GitHub
github.com › simdjson › simdjson
GitHub - simdjson/simdjson: Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks · GitHub
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks - simdjson/simdjson
Starred by 23.4K users
Forked by 1.2K users
Languages C++ 96.3% | HTML 1.3% | C 0.9% | CMake 0.6% | Shell 0.4% | Python 0.4%
GitHub
github.com › topics › json-parsing
json-parsing · GitHub Topics · GitHub
JSONPath implementation for PHP. php parser json parsing filter json-parser xpath json-parsing json-path hacktoberfest jsonpath json-flattener json-filtering json-flattening
GitHub
github.com › mitchhentges › json-parse
GitHub - mitchhentges/json-parse: Super-fast Java JSON parser
Super-fast Java JSON parser. Contribute to mitchhentges/json-parse development by creating an account on GitHub.
Starred by 17 users
Forked by 6 users
Languages Java 100.0% | Java 100.0%
GitHub
github.com › creationix › jsonparse
GitHub - creationix/jsonparse: A streaming JSON parser written in pure JavaScript for node.js
Starred by 368 users
Forked by 65 users
Languages JavaScript 100.0% | JavaScript 100.0%
GitHub
github.com › forkachild › C-Simple-JSON-Parser
GitHub - whyisitworking/C-Simple-JSON-Parser: Extremely lightweight, ...
#include "json.h" const char * some_json_str = "{\"hello\":\"world\",\"key\":\"value\"}"; int main() { result(json_element) element_result = json_parse(some_json_str); // Guard if if(result_is_err(json_element)(&element_result)) { typed(json_error) error = result_unwrap_err(json_element)(&element_result); fprintf(stderr, "Error parsing JSON: %s\n", json_error_to_string(error)); return -1; } // Extract the data typed(json_element) element = result_unwrap(json_element)(&element_result); // Fetch the "hello" key value result(json_element) hello_element_result = json_object_find(element.value.as_o
Starred by 60 users
Forked by 17 users
Languages C 100.0% | C 100.0%
GitHub
github.com › sindresorhus › parse-json
GitHub - sindresorhus/parse-json: Parse JSON with more helpful errors · GitHub
import parseJson, {JSONError} from 'parse-json'; const json = '{\n\t"foo": true,\n}'; JSON.parse(json); /* SyntaxError: Expected double-quoted property name in JSON at position 16 (line 3 column 1) */ parseJson(json); /* JSONError: Expected double-quoted property name in JSON at position 16 (line 3 column 1) 1 | { 2 | "foo": true, > 3 | } | ^ */ parseJson(json, 'foo.json'); /* JSONError: Expected double-quoted property name in JSON at position 16 (line 3 column 1) in foo.json 1 | { 2 | "foo": true, > 3 | } | ^ fileName: 'foo.json', [cause]: SyntaxError: Expected double-quoted property name in JSON at position 16 (line 3 column 1) at JSON.parse (<anonymous>) at ...
Starred by 372 users
Forked by 38 users
Languages JavaScript 83.7% | TypeScript 16.3%
GitHub
github.com › zserge › jsmn
GitHub - zserge/jsmn: Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket · GitHub
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket - zserge/jsmn
Starred by 4.1K users
Forked by 808 users
Languages C 97.4% | Makefile 2.6%
GitHub
github.com › Tencent › rapidjson
GitHub - Tencent/rapidjson: A fast JSON parser/generator for C++ with both SAX/DOM style API · GitHub
Starred by 15K users
Forked by 3.6K users
Languages C++ 95.8% | C 2.2% | CMake 1.2% | Python 0.6% | Shell 0.2% | Dockerfile 0.0%
GitHub
github.com › cerbero90 › json-parser
GitHub - cerbero90/json-parser: 🧩 Zero-dependencies lazy parser to read JSON of any dimension and from any source in a memory-efficient way.
🧩 Zero-dependencies lazy parser to read JSON of any dimension and from any source in a memory-efficient way. - cerbero90/json-parser
Starred by 805 users
Forked by 16 users
Languages PHP 100.0% | PHP 100.0%
GitHub
github.com › geekskool › python-json-parser
GitHub - geekskool/python-json-parser
A JSON parser in Python 3 with individual parsers which parse: array, boolean, colon, comma, null, number, object, string.
Starred by 8 users
Forked by 8 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › DaveGamble › cJSON
GitHub - DaveGamble/cJSON: Ultralightweight JSON parser in ANSI C · GitHub
Ultralightweight JSON parser in ANSI C. Contribute to DaveGamble/cJSON development by creating an account on GitHub.
Starred by 12.5K users
Forked by 3.5K users
Languages C 80.3% | Ruby 14.8% | CMake 2.0% | Makefile 1.5% | Python 1.3% | Shell 0.1%
GitHub
github.com › open-force › jsonparse
GitHub - open-force/jsonparse: Apex JSON parser to make it easier to extract information from nested JSON structures
Apex JSON parser to make it easier to extract information from nested JSON structures - open-force/jsonparse
Starred by 149 users
Forked by 30 users
Languages Apex 100.0% | Apex 100.0%
GitHub
github.com › zanders3 › json
GitHub - zanders3/json: A really simple C# JSON Parser in 350 lines · GitHub
A really simple C# JSON Parser in 350 lines. Contribute to zanders3/json development by creating an account on GitHub.
Starred by 344 users
Forked by 88 users
Languages C#
GitHub
github.com › topics › json-parse
json-parse · GitHub Topics · GitHub
wrapper json sql-server clr json-parser mssql mssqlserver sqlclr sqlserver2008 sqlserver2008r2 json-parse sqlserver2014 sqlserver2012 sql-clr
GitHub
github.com › rickkas7 › JsonParserGeneratorRK
GitHub - rickkas7/JsonParserGeneratorRK: JSON parser and generator for Particle devices
JSON parser and generator for Particle devices. Contribute to rickkas7/JsonParserGeneratorRK development by creating an account on GitHub.
Starred by 32 users
Forked by 2 users
Languages C++ 99.6% | Makefile 0.4% | C++ 99.6% | Makefile 0.4%
GitHub
github.com › amalshehu › json-parser
GitHub - amalshehu/json-parser: Json parser in javascript
Json parser in javascript. Contribute to amalshehu/json-parser development by creating an account on GitHub.
Forked by 2 users
Languages JavaScript 100.0% | JavaScript 100.0%
Tnakamot
tnakamot.github.io › json-parser
Java JSON Parser
This library is suitable to parse configuration files in JSON that the users manually write. The error message can be customized by option switches. See parser error handling options for more details. ... <dependency> <groupId>com.github.tnakamot</groupId> <artifactId>json-parser</artifactId> <version>0.2.1</version> </dependency>