Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes! Learn more →
JsonCpp Alternatives
Similar projects and alternatives to JsonCpp
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
-
-
-
-
-
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Posh-ACME
PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)
-
json-c
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
-
-
-
-
json_struct
json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa
-
-
univalue
An easy-to-use and competitively fast JSON parsing library for C++17, forked from Bitcoin Cash Node's own UniValue library.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
JsonCpp discussion
JsonCpp reviews and mentions
-
I no longer have an old-school cert on my HTTPS site
> I'm talking about wrapping jansson (a C library that handles JSON) so that it made sense in my C++ world and I could import JSON
Why not just use JsonCpp then?
https://github.com/open-source-parsers/jsoncpp
It's a native C++ parser which is mature, actively maintained, and likely safer than a low-level C parser implementing its own string buffers.
-
Tools for rolling your own engine
json cpp for json
-
jsoncpp-1.9.5 -> libjsoncpp.so.25 Huh?
And that lists https://github.com/open-source-parsers/jsoncpp as upstream, and I think the package's version number matches theirs.
- JsonCpp – A C++ library for interacting with JSON
-
adding library to cmake (for pytorch)
include(FetchContent) FetchContent_Declare( JsonCpp GIT_REPOSITORY https://github.com/open-source-parsers/jsoncpp.git
-
What JSON library do you suggest?
I like https://github.com/open-source-parsers/jsoncpp
-
C++ JSON library that is fast to compile?
Or use a lib that you link to. I like jsoncpp. It's not tHe FaStEsT lib, but the api is clear and easy to use, and the integration has never been an issue either.
-
A note from our sponsor - JetBrains
surveys.jetbrains.com | 31 Aug 2025
Stats
open-source-parsers/jsoncpp is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of JsonCpp is C++.