Sascha Greuel
Sascha Greuel
Test Data: ```json [ { "some":"some value" }, { "key":true }, { "key":false }, { "key":null }, { "key":"value" }, { "key":"" }, { "key":0 }, { "key":1 }, {...
Test Data: ```json [ { "key":0 }, { "key":42 }, { "key":-1 }, { "key":1 }, { "key":41 }, { "key":43 }, { "key":42.0001 }, { "key":41.9999 }, { "key":100...
Test Data: ```json [ [ 2, 3 ], [ "a" ], [ 0, 2 ], [ 2 ] ] ``` Selector: ``` $[?(@[-1]==2)] ``` Result (Proposal A): ```diff --- Expected...
Test Data: ```json [ { "key":42 }, { "key":43 }, { "key":44 } ] ``` Selector: ``` $[?(@.key>43 || @.key
Test Data: ```json [ { "key":42 }, { "key":43 }, { "key":44 } ] ``` Selector: ``` $[?(@.key>42 && @.key
Test Data: ```json [ "first", "second", "third", "forth", "fifth" ] ``` Selector: ``` $.-1 ``` Result (Proposal A): ```diff --- Expected +++ Actual @@ @@ -'[]' +'["fifth"]' ``` https://cburgmer.github.io/json-path-comparison/results/dot_notation_with_number_-1.html
Test Data: ```json [ "first", "second", "third", "forth", "fifth" ] ``` Selector: ``` $.2 ``` Result (Proposal A): ```diff --- Expected +++ Actual @@ @@ -'[]' +'["third"]' ``` https://cburgmer.github.io/json-path-comparison/results/dot_notation_with_number.html
Test Data: ```json { "key":"value", "another key":{ "complex":"string", "primitives":[ 0, 1 ] } } ``` Selector: ``` $..[*] ``` Result: ``` Unable to parse token $ in expression: .$ ```...
Add missing language variables.
I've used this in my fork of this project, however i don't need it anymore. Maybe you want to use it :)  SVG: [logo-01-01.zip](https://github.com/majodev/google-webfonts-helper/files/2661090/logo-01-01.zip)