Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandly/wren-json
- Owner: brandly
- License: mit
- Created: 2015-08-16T00:33:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T20:07:21.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:18:20.729Z (3 months ago)
- Topics: json, parser, wren
- Homepage:
- Size: 30.3 KB
- Stars: 51
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```