sjson

JSON parser

A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons

sjson: no {} needed around the whole file; "=" is allowed instead of ":"; quotes around the key are optional; commas after values are optional; read access through compile time hashes much faster than string compares

GitHub

3 stars
3 watching
0 forks
Language: C
last commit: over 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
json-parser/json-parser A lightweight C parser for structured data formats like JSON 1,285
simplejson/simplejson A fast and extensible JSON encoder/decoder for Python 1,653
bunny83/simplejson A lightweight JSON parser written in C# 751
nfrechette/sjson-cpp A minimal C++ library to read and write Simplified JSON files without memory allocations. 21
mjansson/json An in-place JSON parser implemented in a single header file 74
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
wgtdkp/juson A lightweight JSON parser written in C 16
tsoding/haskell-json A JSON parser implementation in Haskell. 171
kgabis/parson A lightweight JSON parsing library written in C 1,364
rudolph-miller/jonathan A JSON encoder and decoder implemented in Common Lisp. 164
lovasoa/bad_json_parsers Measures how deeply nested JSON structures can be parsed by different languages' parsers. 366
nixman/flatjson A high-performance JSON parser that minimizes memory allocation and copying. 29
michel-kraemer/bson4jackson Supports the use of BSON data format in JSON processing 292
delba/jason A fast and convenient JSON deserializer for Swift applications. 1,013
tunnuz/json A C++ JSON parser that builds an in-memory tree representing the JSON structure. 41