jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
|
Go to the source code of this file.
Classes | |
class | jmespath::interpreter::AbstractVisitor |
The AbstractVisitor class is an interface which defines the member functions required to visit every type of AST node. More... | |
Namespaces | |
jmespath | |
The top level namespace which contains the public functions of the library. | |
jmespath::ast | |
Classes which represent the AST nodes. | |
jmespath::interpreter | |
Classes for interpreting the AST of the JMESPath expression. | |