origami:

jsonParse(text)

Parses the indicated text as JSON using the JavaScript JSON.parse() method.

You will generally only need to call jsonParse in cases where you are obtaining JSON values from a web service. Origami will already unpack local or web JSON files you reference in Origami expressions.

See also yamlParse.