ClassesClassesClassesClasses | | | | Operators

json_removejson_removeJsonRemovejson_removeJsonRemoveJsonRemove (Operator)

Name

json_removejson_removeJsonRemovejson_removeJsonRemoveJsonRemove — Removes an entry in a JSON object or JSON array.

Signature

json_remove( : : Json, Key : JsonOut)

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)

void HJsonX.JsonRemove(
[in] VARIANT Json, [in] VARIANT Key, [out] VARIANT* JsonOut)

static void HJson.JsonRemove(HTuple json, HTuple key, out HTuple jsonOut)

Description

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.

Parallelization

Parameters

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

JsonOutJsonOutJsonOutJsonOutJsonOutjsonOut (output_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

JSON object or array

Module

Foundation


ClassesClassesClassesClasses | | | | Operators