Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created September 8, 2011 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jorilallo/1202523 to your computer and use it in GitHub Desktop.
Save jorilallo/1202523 to your computer and use it in GitHub Desktop.
r = ListResource()
lists = r.obj_get_list(request)
lists_json = []
for list in lists:
bundle = r.build_bundle(obj=list, request=request)
lists_json.append(r.serialize(None, r.full_dehydrate(bundle), 'application/json'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment