Home | History | Annotate | Download | only in testserver

Lines Matching refs:json

24 import json
360 'json': 'application/json',
728 """This handler echoes received multipart post data as json format."""
755 self.wfile.write(json.dumps(result, indent=2, sort_keys=False))