jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Namespaces
leftedgeiterator.h File Reference
#include "src/ast/expressionnode.h"
#include "src/parser/leftchildextractor.h"
#include <iterator>

Go to the source code of this file.

Classes

class  jmespath::parser::LeftEdgeIterator
 The LeftEdgeIterator class is a forward iterator which can be used to iterate over the ExpressionNode objects along the left edge of the AST. More...
 

Namespaces

 jmespath
 The top level namespace which contains the public functions of the library.
 
 jmespath::parser
 Classes required for parsing JMESPath expressions.