nytlabs/gojee

Add functions to stringify and parse for json

Opened this issue · 0 comments

Maybe something like:

$stringify({x: 5, y: 6})
$parse( '{"x":5,"y":6}')