Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 187 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 187 Bytes

JSON

Handling JSON for Wren

usage

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

test

$ wren test/suite.wren