sam
Fast and just works JSON-Binding for Nim
Summary
| Latest Version | 0.1.17 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- Huy Doan
Installation
nimble install sam
choosenim install sam
git clone https://github.com/OpenSystemsLab/sam.nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| sam | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= 0.20, jsmn >= | 0.2 | No |
Source
| Repository | https://github.com/OpenSystemsLab/sam.nim |
|---|---|
| Homepage | https://github.com/OpenSystemsLab/sam.nim |
| Registry Source | nimble_official |
README
sam.nim
Fast and just works JSON-Binding for Nim
According to this benchmark script with about 3MB JSON of World Bank dataset, sam is 1.5 - 2 times faster than stdlib modules (json, marshal)
