There was an error while loading. Please reload this page.
I see nothing in dchester's implementation that allows regex, but I want to check for sure. For querying an automobile make/model structure...
this works: $[0].models[?(@.name == "Bronco")]
but this does not: $[0].models[?(@.name =~ /.*/)]