A JSON path expression is an expression, possibly in a domain-specific language, specifying a path to to one or more values within a JSON text.
Is there a way to define a XPath type query for nested python dictionaries. Something like this: foo = { 'spam':'eggs', …
python xpath jmespath json-path-expressionI am using EvaluateJsonPath processor in NiFi to specify a composite primary key for writing my JSON data into elasticsearch. …
apache-nifi json-path-expression