summaryrefslogtreecommitdiff
path: root/src/codec-json/json.h
AgeCommit message (Collapse)Author
2023-07-20c++: Renamed src to c++Claudius "keldu" Holeksa
2023-06-20c++, codec-json: Minor progress on arrays for json decodingClaudius Holeksa
2023-06-20c++: Adding tests and working around some constness problemsClaudius "keldu" Holeksa
2023-06-11c++, codec-json: Added testing for tuples and fixed minor bufferClaudius "keldu" Holeksa
changes
2023-06-10c++: Setting up testing progressClaudius "keldu" Holeksa
2023-06-10tests,c++: Intermediate commit preparing testing and jsonClaudius Holeksa
2023-06-07codec-json,c++: Progress on design issuesClaudius Holeksa
2023-06-05codec-json, c++: Initial ideas for json codec.Claudius "keldu" Holeksa
Technically We do have to transcode and the language we are transcoding from requires to have some restriction rules as an argument.
2023-05-03Moved dirs and added codec-json dirClaudius Holeksa