Searched refs:json_file (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/jsoncpp/example/stringWrite/ |
A D | stringWrite.cpp | 25 const std::string json_file = writer.write(root); in main() local 26 std::cout << json_file << std::endl; in main() 29 const std::string json_file = Json::writeString(builder, root); in main() local 30 std::cout << json_file << std::endl; in main()
|
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/ |
A D | flash_program.py | 26 def read_json(json_file): argument 28 if os.path.isfile(json_file): 29 with open(json_file, 'r') as f: 33 def write_json(json_file, data): argument 34 with open(json_file, 'w') as f:
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/ |
A D | flash_program.py | 28 def read_json(json_file): argument 30 if os.path.isfile(json_file): 31 with open(json_file, 'r') as f: 35 def write_json(json_file, data): argument 36 with open(json_file, 'w') as f:
|
/AliOS-Things-master/components/jsoncpp/example/ |
A D | jsoncpp_comp_example.cpp | 126 const std::string json_file = writer.write(root); in jsoncpp_comp_write_string_example() local 128 printf("json write json_file = %s !\r\n", json_file.c_str()); in jsoncpp_comp_write_string_example() 131 const std::string json_file = Json::writeString(builder, root); in jsoncpp_comp_write_string_example() local 133 printf("json write json_file = %s !\r\n", json_file.c_str()); in jsoncpp_comp_write_string_example()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | transymodem.py | 26 def read_json(json_file): argument 28 if os.path.isfile(json_file): 29 with open(json_file, 'r') as f: 33 def write_json(json_file, data): argument 34 with open(json_file, 'w') as f:
|
/AliOS-Things-master/components/jsoncpp/ |
A D | README.md | 144 json write json_file = {
|
Completed in 13 milliseconds