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

https://github.com/cirru/cirru-edn.mbt

Cirru EDN example in Moonbit
https://github.com/cirru/cirru-edn.mbt

cirru edn

Last synced: 7 months ago
JSON representation

Cirru EDN example in Moonbit

Awesome Lists containing this project

README

          

# tiye/cirru-edn

> Experimental port from cirru-edn.rs .

```bash
moon install tiye/cirru-edn
```

import it as `edn`:

```moonbit
match @edn.parse?(demo) {
Ok(x) => {
println(x.to_string())
println(@edn.format?(x, false).unwrap())
}
Err(e) => println("error:" + e.to_string())
}
```

TODO

- tests
- any ref