<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/json/write.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix another bug in inMapAt and inArrayAtCharlie Stanton2024-03-251-2/+2
|
* Fix bug in json/write.go inMapAt and inArrayAtCharlie Stanton2024-03-251-4/+4
|
* Finish implementing new JSON writerCharlie Stanton2024-03-251-253/+214
|
* Implements helper function navigateTo in json/write.goCharlie Stanton2024-03-241-44/+259
|
* Fixes JSONWriter to work with implicit data structuresCharlie Stanton2023-07-211-46/+138
|
* Huge refactor to a more value based system, doing away with terminals. Also ↵Charlie Stanton2023-07-191-0/+202
introduces unit testing