njo

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

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Tags

Installation

nimble install njo
choosenim install njo
git clone https://github.com/uga-rosa/njo

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
njo - - - - - - -

Source

Repository https://github.com/uga-rosa/njo
Homepage https://github.com/uga-rosa/njo
Registry Source nimble_official

README

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