10
10
>>> def print_json(json):
11
11
... data = simplejson.loads(json)
12
12
... print simplejson.dumps(data, sort_keys=True, indent=4)
14
14
... # The BatchNavigator looks in the query string for GET requests.
15
15
... query_string = urlencode(form)
17
17
... form=form, query_string=query_string)
19
19
The view requires the name of the vocabulary.