You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-gson
Is it possible to force gson to ignore trailing commas when parsing
JSON? If it is not, may I ask to add a corresponding configuration
option to the GsonBuilder class?
Joel
unread,
Jun 27, 2011, 10:28:36 PM6/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-gson
Seems reasonable....I have to put a little more thought into how that
interacts with the "serialize null" feature (i.e. if set to false it
skips serializing a null).
I am all for "accept lenient" and "produce strict".