No description
Find a file
2021-10-01 08:02:23 +07:00
.github Create FUNDING.yml 2021-10-01 08:02:23 +07:00
sam fix backslashes for stringEscape 2020-02-10 00:39:21 +07:00
tests add missing test for issue #8 2021-02-25 00:31:05 +07:00
.gitignore Initial commit 2016-03-07 11:23:52 +07:00
.travis.yml Create .travis.yml 2019-05-14 12:35:25 +07:00
LICENSE Initial commit 2016-03-07 11:23:52 +07:00
README.md Update README.md 2016-03-11 17:49:27 +07:00
sam.nim closes #9 2021-02-25 00:28:57 +07:00
sam.nimble fixed error when load null ref as suggested by @gabbhack, closes #8 2021-02-25 00:24:46 +07:00

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)

Benchmark result