parse
parse
allows you to conver strings to documents within your query.
Accepts 2 arguments:
Format (
json
,yaml
,toml
, etc)String to parse
Example
parse("json", "{'name':'Tom'}").name
"Tom"
Last updated
parse
allows you to conver strings to documents within your query.
Accepts 2 arguments:
Format (json
, yaml
, toml
, etc)
String to parse
parse("json", "{'name':'Tom'}").name
"Tom"
Last updated