API Reference jsonpath_to_access v0.1.0
Modules
This module provides a function to convert a JSONPath expression into an access path. This library does not support all of jsonpath
This module is responsible for formatting the AST into a string that can be used to access the JSON data.
Implements a parser for JSONPath expressions.
Normal Elixir comparisions can compare different types, this module implements the comparisions only if the types are the same. Otherwise they are false.