Name
json_set_tuplejson_set_tupleJsonSetTuplejson_set_tupleJsonSetTupleJsonSetTuple — Setzt ein Tuple in einem JSON-Objekt oder JSON-Array.
Herror json_set_tuple(const HTuple& Json, const HTuple& Key, const HTuple& Tuple, char* JsonOut)
json_set_jsonjson_set_jsonJsonSetJsonjson_set_jsonJsonSetJsonJsonSetJson setzt ein Tuple in einem JSON-Objekt oder JSON-Array.
Mehr Informationen über das JSON Extension Package gibt es in der Einleitung zu diesem Kapitel.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
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