Is it possible to find a property name that matches a regex pattern (or at least starts with) using JSON Path. In XPath I can use name() but I
name()
Useful to someone else You can use regular expression using =~ left matches regular expression. For more in formation visit https://github.com/jayway/JsonPath
[?(@.name =~ /foo.*?/i)]