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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to