https://github.com/calcit-lang/calcit-json
Calcit JSON binding
https://github.com/calcit-lang/calcit-json
json
Last synced: 3 months ago
JSON representation
Calcit JSON binding
- Host: GitHub
- URL: https://github.com/calcit-lang/calcit-json
- Owner: calcit-lang
- Created: 2023-02-03T17:18:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:42:12.000Z (about 2 years ago)
- Last Synced: 2025-07-08T09:47:05.555Z (about 1 year ago)
- Topics: json
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Calcit JSON
> based on [json](https://docs.rs/json/latest/json/).
### Usages
APIs:
```cirru
json.core/parse "|{\"a\": [\"b\", 2]}"
json.core/stringify $ {} (:a 1)
json.core/stringify ({} (:a 1)) true
```
Install to `~/.config/calcit/modules/`, compile and provide `*.{dylib,so}` file with `./build.sh`.
### Workflow
https://github.com/calcit-lang/dylib-workflow
### License
MIT