nim_cjson
cjson wrapper for Nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nim_cjson
choosenim install nim_cjson
git clone https://github.com/muxueqz/nim_cjson
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nim_cjson | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/muxueqz/nim_cjson |
|---|---|
| Homepage | https://github.com/muxueqz/nim_cjson |
| Registry Source | nimble_official |
README
nim_cjson
Nim_cjson is a Nim wrapper for the cjson library
Nim_cjson is distributed as a Nimble package and depends on nimgen and c2nim to generate the wrappers. The rax source code is downloaded using git.
Installation
Nim_cjson can be installed via Nimble:
> nimble install nimgen
> git clone https://github.com/muxueqz/nim_cjson
> cd nim_cjson
> nimble install -y
This will download, wrap and install nimrax in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.