aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added readmeHEADmainDylan2026-06-151-9/+4
|
* feat: Added arrays for all literal typesDylan2026-06-141-1/+1
|
* feat: Added booleansDylan2026-06-131-2/+2
|
* feat: Started to add arraysDylan2026-06-111-2/+6
| | | | Only supports arrays of ints so far
* feat: Moved serializers for basic types to json.cppDylan2026-06-061-78/+0
| | | | Also removed `TestClass`
* feat: JSON readingDylan2026-06-061-20/+24
| | | | | - Implemented a tokenizer for json - Implemented a method which will read json from a string using the tokenizer
* feat: Initial commit, json data structure and serializing to jsonDylan2026-06-061-0/+110