How best to unwrap a stringified JSON

Hey all,

I’ve used a custom stringify formatter to pass a full JSON output from the client side to server side, to then store in a single text field in the DB, which is great.

Ideally I’d now like to do more with this, but can’t seem to convert any parts of the now stringified JSON back into an array/object for use in other server connect actions.

Any ideas?

Community Page
Last updated: