jiro4989 / nimjson

nimjson generates nim object definitions from json documents.
https://jiro4989.github.io/nimjson/nimjson.html
MIT License
52 stars 5 forks source link

feat: support json schema #30 #31

Closed jiro4989 closed 2 years ago

jiro4989 commented 2 years ago

30

Support features

  1. Atom field (string, integer, number ...)
  2. Nested object
  3. $ref and $defs

Add dependencies

Breaking changes

TODO