Handling JSON for Wren
import "json" for JSON JSON.parse(string) JSON.stringify(object)
$ wren test/suite.wren
brandly
Back