summaryrefslogtreecommitdiff
path: root/tests/codec-json.cpp
AgeCommit message (Collapse)Author
2023-06-29c++,codec-json: Implemented Tuple DecodingClaudius "keldu" Holeksa
2023-06-29c++,codec-json: Added Struct decodingClaudius "keldu" Holeksa
2023-06-28c++,tests: Added test for String readingClaudius "keldu" Holeksa
2023-06-28c++,tests: Ammended test name to reflect what it doesClaudius Holeksa
2023-06-27c++,codec-json,codec: Working on fixes for JSON Array decoding. TestClaudius Holeksa
failing currently
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-15c++, codec-json: Added multi dimensional arrays to jsonClaudius Holeksa
2023-06-15c++,codec: Adding missing dependency for tests and minor change toClaudius Holeksa
unsigned arg
2023-06-15c++, codec: Testing the native array class. Not really a unit test, butClaudius Holeksa
test instantiation cases
2023-06-11c++, codec-json: Added struct to json encoding and fixed a buffer bug onClaudius "keldu" Holeksa
the fly
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