Gold88 / jsonpath

Automatically exported from code.google.com/p/jsonpath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escape any character in property names

GoogleCodeExporter opened this issue · comments

For Issue 7, the code looks explicitly for \\@  as an escaped element in the 
field name. This is a great feature that should be expanded to include other 
characters that need to be escaped, like dash ('-'). It is common to have 
dashes in field names:

{
  "first-name" : "Matt",
  "last-name" : "Bishop"
}

Original issue reported on code.google.com by m...@thebishops.org on 13 Dec 2011 at 9:17

False alarm, there's actually a bug in the JSONPATH main page regarding 
filters. I will file a separate bug for that.

This issue can be closed.

Original comment by m...@thebishops.org on 13 Dec 2011 at 9:44