is there any simple way to serialize a tree given by a model such as the Category shown below?
I\'d like to get a json object like:
[ { \'name\': \'c
Maybe Tasypie or Django-Piston can help? If not you can have a look at their source code to get some hints on how to do this.