jsoncpp
JSON parser
A C++ library for working with JSON data
A C++ library for interacting with JSON.
8k stars
331 watching
3k forks
Language: C++
last commit: about 2 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
nlohmann/json | A C++ library providing a simple and efficient way to work with JSON data in modern C++ applications. | 43,219 |
taocpp/json | A header-only C++ library for working with JSON data | 596 |
caxap/jsonobjects | A Python library that allows declarative extraction and conversion of elements from JSON documents. | 5 |
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 477 |
nfrechette/sjson-cpp | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 955 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
bytedeco/javacpp | Provides efficient access to native C++ code from Java | 4,500 |
sourcemeta/jsontoolkit | A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. | 39 |
y2q-actionman/cl-json-pointer | JSON Pointer processor for Common Lisp | 12 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 42,842 |
docopt/docopt.cpp | Automatically generates command-line interfaces based on a well-written usage message. | 1,044 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |
zcattacz/ujrpc | Provides a Simple JSON-RPC 2.0 middleware for Python-based APIs | 5 |