picojson
JSON parser
A lightweight C++ JSON parser and serializer with various interfaces.
a header-file-only, JSON parser serializer in C++
1k stars
64 watching
221 forks
Language: C++
last commit: 4 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
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 |
tunnuz/json | A C++ JSON parser that builds an in-memory tree representing the JSON structure. | 41 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 283 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 714 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
metosin/jsonista | A Clojure library for fast JSON encoding and decoding. | 420 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 566 |
davisp/jiffy | A C++ JSON parser implemented as an Erlang NIF. | 870 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |