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
6bd69489a7
give action a name
2024-02-09 10:44:31 +11:00
Eric
42b7d91eb6
Add CI workflow ( #3 )
2024-02-09 10:37:23 +11:00
Eric
1b77afcbf1
Fix deserialization of openArray[byte] ( #2 )
2024-02-09 10:33:14 +11:00
Eric
d113c1e158
update changelog
2024-02-08 17:03:24 +11:00
Eric
461602dda7
v0.1.2
v0.1.2
2024-02-08 17:01:56 +11:00
Eric
6522b219f8
add parent error to parseJson exceptions
2024-02-08 17:01:38 +11:00
Eric
bcabc173d4
Add overloading examples to README
2024-02-08 12:11:19 +11:00
Eric
377c48f3ca
v0.1.1
v0.1.1
2024-02-08 09:32:23 +11:00
Eric
2cf948d03b
Add changelog
2024-02-08 09:31:41 +11:00
Eric
605c37fbfa
Add contributing instructions
2024-02-08 09:31:41 +11:00
Eric
5d36465df4
Update license to MIT or Apache2.0
2024-02-08 09:31:35 +11:00
Eric
681f32aba6
chore: format using nph
2024-02-08 09:18:55 +11:00
Eric
88ce7fb56c
Fix README field options example
2024-02-08 08:09:26 +11:00
Eric
d877872127
Add prettified option for toJson
2024-02-08 08:09:14 +11:00
Eric
1a506be83a
change common module to parser
2024-02-08 07:12:11 +11:00
Eric
f8260e9154
Update readme
v0.1.0
2024-02-07 18:03:17 +11:00
Eric
92f7f7e6c5
Move modules into json folder, to make way for other types of serde
2024-02-07 14:44:13 +11:00
Eric
b6cf703ece
rename json module to stdjson
2024-02-07 14:40:00 +11:00
Eric
e15c8b71d7
Renamed serialize and deserialize to avoid clash with pramgas
...
Working 0.1.0!
2024-02-07 13:41:37 +11:00
Eric
d0a67a8eb0
initial impl, not compiling
2024-02-07 09:40:48 +11:00
Eric
5a8e85449d
Initial commit
2024-02-06 14:43:41 +11:00