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
appendescapesequenceaction.h File Reference
#include "jmespath/types.h"

Go to the source code of this file.

Classes

class  jmespath::parser::AppendEscapeSequenceAction
 The AppendEscapeSequenceAction class is a functor for appending UTF-32 an escape sequence, consisting from a pair of UTF-32 characters, to a UTF-8 encoded strings. More...
 

Namespaces

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