Name
json_removejson_removeJsonRemovejson_removeJsonRemoveJsonRemove — Removes an entry in a JSON object or JSON array.
Herror json_remove(const char* Json, const char* Key, char* JsonOut)
Herror T_json_remove(const Htuple Json, const Htuple Key, Htuple* JsonOut)
Herror json_remove(const HTuple& Json, const HTuple& Key, char* JsonOut)
void JsonRemove(const HTuple& Json, const HTuple& Key, HTuple* JsonOut)
json_removejson_removeJsonRemovejson_removeJsonRemoveJsonRemove removes an entry 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
Foundation