json2cpp icon indicating copy to clipboard operation
json2cpp copied to clipboard

Compiles JSON into static constexpr C++ data structures with nlohmann::json API

Results 6 json2cpp issues
Sort by recently updated
recently updated
newest added

1. Download https://github.com/lefticus/json2cpp/releases/download/snapshot-fc69acfd190ff0aa23689fae339ed89db4c3ed75/json2cpp-0.0.1-fc69acfd-Windows-Release-MSVC-19.34.31944.0.zip 2. Extract 3. Start json2cpp.exe 4. Get ![grafik](https://github.com/lefticus/json2cpp/assets/26485477/77c4a161-e34a-4832-a732-ac21d12b36e3) misses `clang_rt.asan_dynamic-x86_64.dll` (on the MSVC build even). Funnily enough, the Clang build has *no* such dependency on that file...

This is a proof-of-concept of a conan 2 recipe. Since in my bubble conan is the de-facto standard I would like seeing this packaged as a conan package. However, having...

I tried to use the CLI via these arguments as I didn't know what the expected inputs because of lack of an example or docs are. ```shell ./json2cpp test ./test.json...

If I have some json that looks something like: { "foo" : -1 } The value of -1 gets saved in the compilable output as the 2's complement unsigned value....

This fixes the deprecations in the CI version. I've disabled some parts temporarily. Based on #17