icubilla / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
0 stars 0 forks source link

Reference Syntax using JsonPATH #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the reference syntax uses something like this:
this.foo.1.value

Change it to use JsonPATH syntax, as well as still accepting the old format

$.foo[1].value

or

$['foo'][1]['value']

Original issue reported on code.google.com by elliott....@gmail.com on 24 Sep 2008 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 16 Nov 2008 at 5:48

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 16 Nov 2008 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 26 Jan 2009 at 2:04

GoogleCodeExporter commented 9 years ago
3.0 Release

Original comment by elliott....@gmail.com on 26 Jan 2009 at 2:22