eiffelhub / json

Eiffel JSON library
Other
18 stars 13 forks source link

Added support for chained item query such as a_json_value@"a"@"b"@"c". #14

Closed jocelyn closed 4 years ago

jocelyn commented 7 years ago

Where corresponding jsoin would be {"a": {"b": {"c": "found"}}}.