-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable