Flexible JSON serialization not relying on run-time type information
Go to file
Antonis Geralis 232710f5b2
add missed exceptions (#36)
* add missed exceptions

* Update json_serialization/reader.nim

Co-authored-by: Jacek Sieka <arnetheduck@gmail.com>
2022-02-18 10:24:20 +01:00
.github/workflows CI: test with multiple Nim versions (#35) 2022-01-06 20:10:03 +01:00
json_serialization add missed exceptions (#36) 2022-02-18 10:24:20 +01:00
tests Enable styleCheck:usages 2021-12-15 13:17:38 +02:00
.appveyor.yml CI: update script path 2019-08-24 04:45:42 +02:00
.gitignore add github action 2020-12-24 16:04:58 +07:00
.travis.yml CI: update script path 2019-08-24 04:45:42 +02: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 CI: refactor Nim compiler caching (#28) 2021-06-03 02:16:30 +02:00
json_serialization.nim Adapt to the latest nim-serialization API 2021-03-19 04:13:55 +02:00
json_serialization.nimble CI: test with multiple Nim versions (#35) 2022-01-06 20:10:03 +01:00

README.md

nim-json-serialization

Build Status (Travis) Windows build status (Appveyor) 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.