An open API service indexing awesome lists of open source software.

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

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