No description
Find a file
2022-07-20 03:35:43 +09:00
src support \ escape 2022-07-20 03:35:43 +09:00
tests Add test 2022-07-18 18:01:10 +09:00
.gitignore init 2022-07-18 09:01:18 +09:00
LICENSE init 2022-07-18 09:01:18 +09:00
njo.nimble init 2022-07-18 09:01:18 +09:00
README.md readme 2022-07-18 14:29:14 +09:00

njo

A small utility to create JSON object written in Nim. This is inspired by jpmens/jo.

How to install

You can install via nimble.

nimble install njo

Difference from original jo

  • By default, do NOT allow object key duplication. Therefore, the -D option is not available.

License

MIT