Skip to main content

Json.parse

Json.parsejson

Group: Conversions
Aliases: from text

Documentation

Parse a Text value into a JS_Object or an Enso primitive value (like Text, Number, Boolean, Nothing), or a Vector of values.

Examples

Parse the text "[null, null, true, false]".

     Json.parse "[null, null, true, false]"