Lines Matching refs:json
15 import json
50 are immutable. If you want to update the results based on updated JSON
60 actuals_root: root directory containing all actual-results.json files
61 expected_root: root directory containing all expected-results.json files
150 def _write_dicts_to_root(meta_dict, root, pattern='*.json'):
161 meta_dict: a builder-keyed meta-dictionary containing all the JSON
198 logging.info('Reading actual-results JSON files from %s...' %
202 logging.info('Reading expected-results JSON files from %s...' %
355 help='Directory containing all actual-result JSON files; defaults to '
359 help='Directory containing all expected-result JSON files; defaults to '
368 help='File to write result summary into, in JSON format.')