RuddenberryL / json-path

Automatically exported from code.google.com/p/json-path
0 stars 0 forks source link

Allow bracket notation for properties #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$.foo.bar

is the same as

$.['foo'].['bar']

Original issue reported on code.google.com by kalle.st...@gmail.com on 8 Feb 2011 at 7:38

GoogleCodeExporter commented 9 years ago
We need this - to be able to match things with dots in, eg:

{ "search.host" : "localhost" }

please :)

Original comment by matthew....@gmail.com on 11 Jul 2011 at 11:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in 0.5.5. Available in Central Maven repo.

Original comment by kalle.st...@gmail.com on 15 Jul 2011 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by kalle.st...@gmail.com on 8 Mar 2012 at 9:29