Lines Matching refs:json
6 """Schema of the JSON summary file written out by the GM tool.
16 import json
22 # Key strings used in GM results JSON files (both expected-results.json and
23 # actual-results.json).
101 # Root directory where buildbots store skimage actual results json files.
165 """Loads the JSON summary written out by the GM tool.
168 # TODO(epoger): we should add a version number to the JSON file to ensure
171 json_dict = json.loads(file_contents)
176 """Loads the JSON summary written out by the GM tool.
184 """Writes the JSON summary in json_dict out to file_path.
189 outfile.write(unicode(json.dumps(json_dict, outfile, sort_keys=True,