Name
json_write_filejson_write_fileJsonWriteFilejson_write_fileJsonWriteFileJsonWriteFile — Writes a JSON string into a text file.
Herror json_write_file(const char* Json, const char* FileName)
Herror T_json_write_file(const Htuple Json, const Htuple FileName)
Herror json_write_file(const HTuple& Json, const HTuple& FileName)
void JsonWriteFile(const HTuple& Json, const HTuple& FileName)
json_write_filejson_write_fileJsonWriteFilejson_write_fileJsonWriteFileJsonWriteFile writes a JSON string into a text file.
Find more information about the JSON extension package in the introduction to this chapter.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
JsonJsonJsonJsonJsonjson (input_control) string → HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)
JSON string
full path of the JSON file to be written
Default value:
'settings.json'
"settings.json"
"settings.json"
"settings.json"
"settings.json"
"settings.json"
TODO
Foundation