Home
last modified time | relevance | path

Searched refs:json_file (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/jsoncpp/example/stringWrite/
A DstringWrite.cpp25 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 Dflash_program.py26 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 Dflash_program.py28 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 Djsoncpp_comp_example.cpp126 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 Dtransymodem.py26 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 DREADME.md144 json write json_file = {

Completed in 13 milliseconds