5 ms·
JSON for Modern C++ (nlohmann/json) is also accepting comments if you opt in, see https://json.nlohmann.me/features/comments/ https://json.nlohmann.me/features/
by nlohmann 2y ago
JSON for Modern C++ (nlohmann/json) is also accepting comments if you opt in, see https://json.nlohmann.me/features/comments/ https://json.nlohmann.me/features/comments/
- miningape 2y agoI've used this for some personal projects (not a C++ dev at work) - it has a really nice interface for interacting with JSON data. I just wish C++ had a better package system than copy pasting the headerfile from GitHub.
- nlohmann 2y agoIt's sure not perfect (currently overworking that section), but still: https://json.nlohmann.me/integration/package_managers/ https://json.nlohmann.me/integration/package_managers/