Etan Kissling ed4440d881
use string value when encoding enums (#55)
Currently, we encode enum values always as the numeric value `ord(val)`.
unless explicitly overridden using `serializesAsTextInJson` or with a
custom `writeValue` implementation. Reduce verbosity by automatically
doing that.
2023-05-27 12:42:08 +03:00
2022-11-24 13:49:34 +01:00
2022-07-12 23:22:39 +03:00
2019-06-18 19:52:12 +02:00
2019-06-18 19:52:12 +02:00
2023-04-17 10:46:35 +07:00

nim-json-serialization

License: Apache License: MIT Stability: experimental Github action

Flexible JSON serialization not relying on run-time type information.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.

Description
Flexible JSON serialization not relying on run-time type information
Readme
Languages
Nim 100%