njo
A small utility to create JSON objects written in Nim. This is inspired by jpmens/jo.
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
-Doption is not available.
License
MIT