Lines Matching defs:json
15 import json
251 outputJSON = json.loads(procout)
252 except json.JSONDecodeError:
257 matchJSON = json.loads(json.dumps(tidx['matchJSON']))
318 failmsg = 'Key not found in json output: {}: {}\nMatching against output: {}'
560 testlist = json.load(test_data, object_pairs_hook=OrderedDict)
561 except json.JSONDecodeError as jde:
710 json.dump(testlist, outfile, indent=4)
749 Otherwise, glob for all json files in subdirectories and load from
774 for filename in fnmatch.filter(filenames, '*.json'):