jayvdb / jsonlib2

Automatically exported from code.google.com/p/jsonlib2
MIT License
0 stars 0 forks source link

jsonlib2 should handle unescaped tabs #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

simplejson allowed bare tabs in strings:

'{"foo":"bar\tzap"}'

jsonlib2 does not allow this, probably because it is not officially valid
JSON.  INstead, we need to enter:

'{"foo":"bar\\tzap"}'

It would be nice if jsonlib2 allowed bare tabs.

Original issue reported on code.google.com by neozen...@gmail.com on 13 Apr 2009 at 8:32

GoogleCodeExporter commented 8 years ago
this didn't make version 1.5

Original comment by alecfl...@gmail.com on 5 Jun 2009 at 12:15