jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
|
User defined literals. More...
Functions | |
Expression | operator""_jmespath (const char *expression, std::size_t) |
User defined string literal for JMESPath expressions. More... | |
User defined literals.
|
inline |
User defined string literal for JMESPath expressions.
This operator implements a user defined string literal for JMESPath expressions. It can be used by appending "_jmespath"
to a string literal.
[in] | expression | The string representation of a JMESPath expression. |
SyntaxError | When the syntax of the specified expression is invalid. |