Hi
Django can, of course, serialize database objects into JSON:
http://docs.djangoproject.com/en/dev/topics/serialization/
I'd like to turn that JSON into JavaScript objects. I'd like, of
course, a Formula object to be turned into an 'instance of the Formula
class'. (The quotes are because JavaScript doesn't really have classes
and instances.)
Django can also, of course, serialize a whole database into JSON. A
more ambitious task is to turn that JSON into a linked collection of
database objects.
Does this sound interesting? Has something like this been done
already?
--
Jonathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---