Lines Matching refs:json
16 import httplib, json, math, os, re, urllib, urllib2
24 _ROOT_DIR, 'perf_dashboard_config.json')
26 _ROOT_DIR, 'perf_dashboard_shadow_config.json')
130 json_obj = json.load(fp)
173 specially-formatted JSON string. In particular, the JSON object must be a
234 json_string = json.dumps(dash_entries)
339 raise PerfUploadingError('HTTPError: %d %s for JSON %s\n' % (
343 'URLError: %s for JSON %s\n' %
347 'HTTPException for JSON %s\n' % data_obj['data'])