Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandly/wren-json

Handling JSON for Wren
https://github.com/brandly/wren-json

json parser wren

Last synced: 3 months ago
JSON representation

Handling JSON for Wren

Awesome Lists containing this project

README

        

# JSON

> Handling JSON for [Wren](http://wren.io/)

## usage

```scala
import "json" for JSON
JSON.parse(string)
JSON.stringify(object)
```

## test

```shell
$ wren test/suite.wren
```