Lines Matching defs:json
19 import json
165 subp.add_argument('--json-output',
166 help='Write errors to json.output')
185 subp.add_argument('--json-output',
186 help='Write errors to json.output')
327 json.dumps(obj, sort_keys=True, indent=2).splitlines())
546 self.args.builder_group, self.args.builder + '.json')
550 contents = json.loads(self.ReadFile(path))
715 # write errors to json.output
813 isolate_path + 'd.gen.json',
964 # write errors to json.output
970 gn_outp = json.loads(gn_outp_str)
1051 inp = json.loads(self.ReadFile(path))
1070 self.WriteFile(path, json.dumps(obj, indent=2, sort_keys=True) + '\n',
1082 builds = json.loads(self.Fetch(url))
1119 self.Print(json.dumps(obj, indent=2, sort_keys=True))