Home | History | Annotate | Download | only in tools

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,
108 """Returns the dictionary of actual results from a JSON string,
185 help='Path to JSON file whose expectations to display on ' +
190 help='Path to JSON file whose expectations to display on ' +
192 'ACTUAL results from the "old" JSON file. This can be a ' +
197 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)