SaaSHub helps you find the best software and product alternatives Learn more →
Json Alternatives
Similar projects and alternatives to json
-
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
-
-
-
-
POCO
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
-
-
gui_starter_template
A template CMake project to get you started with C++ and tooling
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
json reviews and mentions
-
C++ Reflection for Component Serialization and Inspection
Exemple of a JSON library: https://github.com/nlohmann/json (For XML, there's tinyxml)
-
How to convert a json file to CSV ?
https://github.com/nlohmann/json and https://github.com/d99kris/rapidcsv are single header file include libs
- PocketPy: A Lightweight(~5000 LOC) Python Implementation in C++17
-
A small open source library Open AI C++
Looks like this makes a json string with https://github.com/nlohmann/json then uses libcurl to send it to a URL using an API key that has to be in an environment variable.
-
C++ Packages for a custom Game Engine - That One Game Dev
I would add an honorable mention for Niels Lohmann's Json library. It is less performant than RapidJSON, but it easier to use and integrate imo. If JSON based IO isn't a hot path in your game, this lib will likely be easier to use.
-
C++ Is Incredible
4) Now google nlohmann json and click first hit: https://github.com/nlohmann/json
-
Good repos for beginners to browse that follow best modern C++ practices (including testing, static analysis etc...)
I always recommend https://github.com/nlohmann/json
-
Is C/C++ good for the backend? If so, is there anything like Fastapi in C/C++?
I can't say enough good stuff about POCO for this type of work - when I first got my teams using it we used to joke that POCO was what Boost wants to be when it grows up. And nlohmann/json - cracking library for working with JSON in C++.
-
[Study Project] A memory-optimized JSON data structure
I think nlohmann-json tried the 'shrink' route but got pretty bad perf penalty for it. For my lib I used the same strategy as RapidJSON and deserialized data in a temp buffer, before mem-copying it to its destination (on reaching array/object end). This is actually faster than trying to manage memory holes created by vector growth.
-
Implementing Difficult Features While Learning New Things in C++
This new feature was a particularly challenging one and required way longer than I ever imagined. In the process of adding the –config file I messed up the code many times. The CMake configurations were broken in the process and the dreaded yellow and red warning lines filled up my terminal. So, I reached out to the repo owner for collaboration and for help. Batuhan was kind enough to guide me through the process of importing the nlohmann/json library and helped me fix what I broke in CMake configurations. I, then, had to read a whole lot of documentation about the argparse module to come up with an idea on how to support the –config feature.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160f5fa858>
www.saashub.com | 22 Mar 2023
Stats
nlohmann/json is an open source project licensed under MIT License which is an OSI approved license.