Keyboard shortcuts

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

parse

parse allows you to convert strings to documents within your query.

Accepts 2 arguments:

  1. Format (json, yaml, toml, etc)
  2. String to parse

Example

parse("json", "{'name':'Tom'}").name
"Tom"