Eric
bd262054f2
fix: add missing test update ( #20 )
2024-05-14 14:52:32 +10:00
Eric
3957da5b52
fix: UInt256 not correctly deserializing from string ( #18 )
...
fix: UInt256 not correctly deserialzing from string
UInt256 was being deserialized as an object when being deserialized from a string (not a JString).
2024-05-14 14:45:42 +10:00
Eric
baa847e937
chore[formatting]: update formatting ( #16 )
...
update formatting
2024-05-13 15:09:34 +10:00
Eric
fbabe954b4
add empty string test for UInt256 ( #15 )
2024-05-13 15:07:00 +10:00
Eric
e67f7e4b04
deserialize seq[T] and Option[T] from string ( #9 )
2024-02-14 15:42:42 +11:00
Eric
a2cca7788b
deserialize non-prefixed stuint ( #10 )
2024-02-14 15:40:32 +11:00
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
1b77afcbf1
Fix deserialization of openArray[byte] ( #2 )
2024-02-09 10:33:14 +11:00
Eric
681f32aba6
chore: format using nph
2024-02-08 09:18:55 +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