#5586: Comments are not allowed in json fixtures
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Serialization
Version: SVN | Keywords: json fixture comment
Stage: Unreviewed | Has_patch: 0
-------------------------------+--------------------------------------------
When there are javascript comments in a json fixture Django cannot install
them, it complains about:
{{{
Problem installing fixture '.../fixtures/initial_data.json': Expecting
object: line 2 column 2 (char 3)
}}}
line 2 column 2 (char3) is the beginning of the comment (either /* ... */
or // ... )
--
Ticket URL: <http://code.djangoproject.com/ticket/5586>
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
-~----------~----~----~----~------~----~------~--~---