Skip to main content

parse

Function parse 

Source
pub fn parse(expression: &str) -> Result<AstNode, ParserError>
Expand description

Parse a JSONata expression string into an AST

This is the main entry point for parsing.