3 Commits

Author SHA1 Message Date
Eric
b04435fb88
Change parseJson to JsonNode.parse (#4)
* Change parseJson to JsonNode.parse

Exporting `parseJson` causes symbol clashes in downstream repos that import std/json, so changing the signature completely avoid this clash.

* Fix usages of parseJson, update README
2024-02-09 11:08:14 +11:00
Eric
6522b219f8
add parent error to parseJson exceptions 2024-02-08 17:01:38 +11:00
Eric
1a506be83a
change common module to parser 2024-02-08 07:12:11 +11:00