Json Alternatives
-
spdlog
Fast C++ logging library.
-
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
picobench
A micro microbenchmarking library for C++11 in a single header file
-
lazy-iterators
Lightweight iterators for various sets where the elements are computed on demand.
-
EPOE-Forked
Github repository for EPOE-Forked
-
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
-
jq
Command-line JSON processor
-
patterns
A catalogue of Rust design patterns, anti-patterns and idioms
-
substrate
Substrate: The platform for blockchain innovators
-
commerce
Next.js Commerce (by vercel)
-
edn
Extensible Data Notation
-
semana-javascript-expert01
Exemplos de código da primeira semana Javascript Expert - Netflix Bandersnatch Player Clone
-
keep3r.network
An incentivized keeper network for anonymous keeper and job registration
-
ui
Boost.UI library (by kosenko)
-
maddy
C++ Markdown to HTML header-only parser library (by progsource)
-
json_dto
A small header-only library for converting data between json representation and c++ structs [Moved to: https://github.com/Stiffstream/json_dto]
-
SVGToolpathReader
Cura plug-in to read SVG files as toolpaths, for debugging printer movements.
-
cpp-logger
C++ template-based log library
-
aon
Binary JSON-like format and Java library.
Posts
-
C++ trainable semantic segmentation models
This project is under developing. By now, these projects helps a lot. - official pytorch - qubvel SMP - nlohmann json
-
Examples of declarative style in Rust
As for the serialization stuff, something kind of similar does exist in C++: https://github.com/nlohmann/json#simplify-your-life-with-macros. Remember that serde is not part of Rust. It's a third party library. As is structopt.
-
SVG: The Good, the Bad and the Ugly
Lots of popular JSON libraries support it anyway.
-
Help with nlohmann/json
PS. RTFM: STL-like access in https://github.com/nlohmann/json
-
Number Parsing at a Gigabyte per Second
The excellent C++ JSON library, nlohmann/JSON, supports Msgpack and JSON with the same data types. So, among other things, you can transcode between them with like 5 lines of C++. After I found this out, I started changing my plans to use Msgpack more and JSON less in my C++ code.
-
GitHub Stale Bots – A False Economy
I use a stale bot on nlohmann/json and find it pretty useful (though I do not lock issues, but merely tag them "stale" and close them a bit later. Those issues can still be commented, and in the time they are marked stale, any comment will reopen them).
-
yet another pitfall with std::initializer_list
Brings back memories...
If you take a look at nlohmann_json conversion operator, you can see what mess it is.
-
How to write and read JSON files with C++
Try this one. https://github.com/nlohmann/json
-
What are you favorite cross platform (Win, Mac, Linux) librarys for C++ so you can writing 1 run on all
- Qt or boost if there is no UI. - json: https://github.com/nlohmann/json - iostream alternative: https://github.com/fmtlib/fmt - Markdown to HTML: https://github.com/progsource/maddy
-
C++ logging library - something I've been working on
This is what i'm referring to. Its mentioned explicitely in the README. https://github.com/nlohmann/json/blob/develop/include/nlohmann/json_fwd.hpp
-
Top 10 Developer Trends, Fri Oct 30 2020
nlohmann / json
Stats
nlohmann/json is an open source project licensed under MIT License which is an OSI approved license.