Sascha Greuel

Results 77 issues of Sascha Greuel

Test Data: ```json [ { "some":"some value" }, { "key":true }, { "key":false }, { "key":null }, { "key":"value" }, { "key":"" }, { "key":0 }, { "key":1 }, {...

enhancement
help wanted
good first issue
hacktoberfest

Test Data: ```json [ { "key":0 }, { "key":42 }, { "key":-1 }, { "key":1 }, { "key":41 }, { "key":43 }, { "key":42.0001 }, { "key":41.9999 }, { "key":100...

enhancement
help wanted
good first issue
hacktoberfest

Test Data: ```json [ [ 2, 3 ], [ "a" ], [ 0, 2 ], [ 2 ] ] ``` Selector: ``` $[?(@[-1]==2)] ``` Result (Proposal A): ```diff --- Expected...

enhancement
help wanted
good first issue
hacktoberfest

Test Data: ```json [ { "key":42 }, { "key":43 }, { "key":44 } ] ``` Selector: ``` $[?(@.key>43 || @.key

enhancement
help wanted
good first issue
hacktoberfest

Test Data: ```json [ { "key":42 }, { "key":43 }, { "key":44 } ] ``` Selector: ``` $[?(@.key>42 && @.key

enhancement
help wanted
good first issue
hacktoberfest

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

enhancement
help wanted
good first issue
hacktoberfest

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

enhancement
help wanted
good first issue
hacktoberfest

Test Data: ```json { "key":"value", "another key":{ "complex":"string", "primitives":[ 0, 1 ] } } ``` Selector: ``` $..[*] ``` Result: ``` Unable to parse token $ in expression: .$ ```...

enhancement
help wanted
good first issue
hacktoberfest

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 :) ![preview](https://user-images.githubusercontent.com/81188/49703928-c08b6200-fc0b-11e8-8c21-a2b6771e7b9d.png) SVG: [logo-01-01.zip](https://github.com/majodev/google-webfonts-helper/files/2661090/logo-01-01.zip)