parse
parse allows you to convert strings to documents within your query.
Accepts 2 arguments:
- Format (
json,yaml,toml, etc) - String to parse
Example
parse("json", "{'name':'Tom'}").name
"Tom"
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help