aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: Added readmeHEADmainDylan2026-06-152-9/+70
|
* feat: Added arrays for all literal typesDylan2026-06-144-12/+41
|
* feat: Added booleansDylan2026-06-134-12/+39
|
* feat: Started to add arraysDylan2026-06-116-19/+91
| | | | Only supports arrays of ints so far
* fixup: Fixed makefileDylan2026-06-111-1/+2
| | | | Fixed build order
* feat: Moved serializers for basic types to json.cppDylan2026-06-062-78/+14
| | | | Also removed `TestClass`
* feat: JSON readingDylan2026-06-066-24/+239
| | | | | - 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-0610-0/+398