Flexible JSON serialization not relying on run-time type information
Go to file
zah f42567c00c
Basic support for Json flavours without default object serialization (#66)
Other changes:

* Migrate many procs accepting JsonReader to JsonLexer in order to
  reduce the number of generic instantiations and the resulting code
  bloat
2023-12-19 12:00:24 +02:00
.github/workflows test with Nim version-2-0 in CI (#57) 2023-06-08 19:23:20 +00:00
json_serialization Basic support for Json flavours without default object serialization (#66) 2023-12-19 12:00:24 +02:00
tests Basic support for Json flavours without default object serialization (#66) 2023-12-19 12:00:24 +02:00
.gitignore remove nim 1.2 and 1.4 support 2023-06-05 12:58:37 +07:00
LICENSE-APACHEv2 licenses 2019-06-18 19:52:12 +02:00
LICENSE-MIT licenses 2019-06-18 19:52:12 +02:00
README.md remove appveyor and travis script 2023-04-17 10:46:35 +07:00
config.nims Add setup files (#49) 2022-07-12 23:22:39 +03:00
json_serialization.nim Basic support for Json flavours without default object serialization (#66) 2023-12-19 12:00:24 +02:00
json_serialization.nimble make nimble file consistent with CI setup (#58) 2023-06-10 05:15:58 +00:00

README.md

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.