Lines Matching defs:json
20 import json
40 # Read json file data
49 data = json.load(input_f)
50 except json.decoder.JSONDecodeError:
56 # Write json file data
68 json.dump(content, output_f, sort_keys=True, indent=2)
92 config_info = read_json_file("{}arkcompiler/ets_runtime/bundle.json".format(args.root_src_dir))
96 config_info = read_json_file("{}arkcompiler/runtime_core/bundle.json".format(args.root_src_dir))
100 config_info = read_json_file("{}arkcompiler/ets_frontend/bundle.json".format(args.root_src_dir))
104 config_info = read_json_file("{}arkcompiler/toolchain/bundle.json".format(args.root_src_dir))
109 "third_party_gn/libuv/dummy_bundle.json".format(args.root_src_dir))
114 "bounds_checking_function/dummy_bundle.json".format(args.root_src_dir))
119 "icu/dummy_bundle.json".format(args.root_src_dir))
124 "cJSON/dummy_bundle.json".format(args.root_src_dir))
129 "openssl/dummy_bundle.json".format(args.root_src_dir))
134 "zlib/dummy_bundle.json".format(args.root_src_dir))
137 elif dep.startswith("json"):
139 "json/dummy_bundle.json".format(args.root_src_dir))