Name
json_set_tuplejson_set_tupleJsonSetTuplejson_set_tupleJsonSetTupleJsonSetTuple — Sets a tuple in a JSON object or JSON array.
Herror json_set_tuple(const HTuple& Json, const HTuple& Key, const HTuple& Tuple, char* JsonOut)
json_set_jsonjson_set_jsonJsonSetJsonjson_set_jsonJsonSetJsonJsonSetJson sets a tuple in a JSON object or JSON array.
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
KeyKeyKeyKeyKeykey (input_control) string → HTupleHTupleHTupleVARIANTHtuple (string / integer) (string / int / long) (HString / Hlong) (char* / Hlong) (BSTR / Hlong) (char* / Hlong)
key or zero-based index
TupleTupleTupleTupleTupletuple (input_control) string(-array) → HTupleHTupleHTupleVARIANTHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double) (BSTR / Hlong / double) (char* / Hlong / double)
Tuple of numbers and/or strings
Foundation