jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
|
#include "jmespath/types.h"
Go to the source code of this file.
Classes | |
class | jmespath::parser::EncodeSurrogatePairAction |
The EncodeSurrogatePairAction class is a functor for encoding surrogate pair characters in UTF-32. More... | |
Namespaces | |
jmespath | |
The top level namespace which contains the public functions of the library. | |
jmespath::parser | |
Classes required for parsing JMESPath expressions. | |