Check if json-override feature works properly.
Test that basic usage of the json-override snippet works as expected..
abptestpages.org#$#json-override 'data-expectedresult' ''
Not supported in Chrome 73 (requires 74+)
Test that the [] placeholder works as expected.
abptestpages.org#$#json-override 'array.[].target-data' ''
Not supported in Chrome 73 (requires 74+)
Test that the {} placeholder works as expected.
abptestpages.org#$#json-override 'object.{}.target-data' ''Not supported in Chrome 73 (requires 74+)
Test that JSONPath dot notation works as expected.
abptestpages.org#$#json-override 'jsonpath($.jsonpathBasic.target)' ''
Not supported in Chrome 73 (requires 74+)
Test that JSONPath recursive descent (..) works as expected.
abptestpages.org#$#json-override 'jsonpath($.jsonpathDeep..deepTarget)' ''
Not supported in Chrome 73 (requires 74+)
Test that JSONPath filter expressions work as expected.
abptestpages.org#$#json-override 'jsonpath($.jsonpathFiltered[?(@.type==ad)].content)' ''
Not supported in Chrome 73 (requires 74+)