Lines Matching refs:json
11 Gathers diffs between 2 JSON expectations files, or between actual and
12 expected results within a single JSON actual-results file,
20 import json
28 # that directory. That script allows us to parse the actual-results.json file
43 # Object that generates diffs between two JSON gm result files.
61 """Returns the dictionary of expected results from a JSON string,
107 """Returns the dictionary of actual results from a JSON string,
184 help='Path to JSON file whose expectations to display on ' +
189 help='Path to JSON file whose expectations to display on ' +
191 'ACTUAL results from the "old" JSON file. This can be a ' +
196 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)