#5586: Comments are not allowed in json fixtures
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Serialization
Version: SVN | Resolution:
Keywords: json fixture comment | Stage: Unreviewed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
------------------------------------+---------------------------------------
Comment (by mboersma):
JSON does not define any comment notation (see http://www.json.org/), so
what you're describing may be legal JavaScript, but not JSON. I tried
parsing a simple JSON file with and without a comment, and both simplejson
and turbojson refused when the comment was present.
I think this should be "wontfix."
--
Ticket URL: <http://code.djangoproject.com/ticket/5586#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---