wren-json icon indicating copy to clipboard operation
wren-json copied to clipboard

Handling JSON for Wren

JSON

Handling JSON for Wren

usage

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

test

$ wren test/suite.wren