Add functions to stringify and parse for json
Opened this issue · 0 comments
jacqui commented
Maybe something like:
$stringify({x: 5, y: 6})
$parse( '{"x":5,"y":6}')
Opened this issue · 0 comments
Maybe something like:
$stringify({x: 5, y: 6})
$parse( '{"x":5,"y":6}')