Commit Graph

8 Commits

Author SHA1 Message Date
jangko 224fd6efc9
Fix missing std/strutils import for parseEnum 2024-01-27 16:32:14 +07:00
tersec 6b3c9b5e43
rm deprecated ValidIpAddress support (#80) 2024-01-27 15:38:33 +07:00
jangko 34dc825066
Add copyright year to source file 2023-12-25 22:55:07 +07:00
Etan Kissling 85b7ea093c
add `{.raises.}` annotation to `writeValue` (#64)
Tag `writeValue` overrides with `{.raises: [IOError].}`.

The override in `writer.nim` also needs `gcsafe` to support recursion
in Nim 2.0.
2023-08-19 13:47:32 +02:00
Zahary Karadjov c478b7bbba
Proper JSON serialization for IP addresses 2020-06-05 17:06:48 +03:00
Zahary Karadjov f4bd22e054 Support for tuples 2019-08-14 16:18:42 +02:00
Zahary Karadjov 9d909d352a Add support and tests for Option and reference types 2019-06-24 17:38:37 +03:00
Zahary Karadjov a1baedeb1b Opt-in helper module for serializing the stdlib Port type 2019-06-20 15:35:17 +03:00