Commit Graph

5 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 bcabc173d4
Add overloading examples to README 2024-02-08 12:11:19 +11:00
Eric 88ce7fb56c
Fix README field options example 2024-02-08 08:09:26 +11:00
Eric f8260e9154
Update readme 2024-02-07 18:03:17 +11:00
Eric 5a8e85449d
Initial commit 2024-02-06 14:43:41 +11:00