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::ast::VariantVisitorAdaptor |
The VariantVisitorAdaptor class adapts an AbstractVisitor implementation to the boost::static_visitor interface, so it can be used to visit boost::variant objects. More... | |
Namespaces | |
jmespath | |
The top level namespace which contains the public functions of the library. | |
jmespath::ast | |
Classes which represent the AST nodes. | |