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