issues
search
jakcron
/
libtoolchain
Toolchain Development Library
Other
2
stars
0
forks
source link
Initial JSON library implementation
#14
Closed
jakcron
closed
5 years ago
jakcron
commented
5 years ago
About
Add initial JSON library code: parsing and representing JSON data
Implemented
Build system integration (makefile/visualstudio)
JSON Parsing done via tc::json::JsonParser
JSON structure and relationships handled by tc::json::Value
This also has a constructor for de-serialising literal JSON string
Not Implemented
Tests classes (included but stubbed)
JSON emitting as the design isn't finished yet
About
Add initial JSON library code: parsing and representing JSON data
Implemented
Not Implemented