Skip to main content

Text.parse_json

parse_json

Group: Conversions
Aliases: json 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]".

     "[null, null, true, false]".parse_json