issues Search Results · repo:lefticus/json2cpp language:CMake
Filter by
6 results
(46 ms)6 results
inlefticus/json2cpp (press backspace or delete to remove)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.
The problem is at line 76 in json2cpp.cpp:
return ...
carneyweb
- Opened on Aug 21, 2024
- #18
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.
./json2cpp test ./test.json ./test.cpp
It seems the third argument is incorrect ...
aminya
- Opened on Apr 22, 2024
- #16
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. ...
maxgerhardt
- 2
- Opened on Jan 5, 2024
- #15
nlohman library supports null value, but for now json2cpp emits unhandled
{ val : null}
.cpp file produced cannot be compiled
MaxCharlington
- 2
- Opened on Dec 23, 2022
- #10
This is only for std::string_view. I built cppcheck today from main, at
https://github.com/danmar/cppcheck/commit/24e98591586aa689d3a4d6095f70da3358bc1989
/home/julien/Software/Others/json2cpp/src/json2cpp.hpp:20:48: ...
jmarrec
- 10
- Opened on Feb 10, 2022
- #6
Is it because it s harder to implement a constexpr friendly json parser and you didn t have time for creating one that
you end up doing this project, @lefticus ?
Because I was thinking about making similar ...
the-moisrex
- 4
- Opened on Feb 6, 2022
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.