JSON file helpers for Kvist, built on
Odin's core:encoding/json package.
This repository depends on kvist-lang/io at deps/io. Clone recursively or
initialize submodules, then import JSON by relative path:
(import json "deps/json")Run the tests with:
kvist test tests/json-tests.kvist