SetJSONInteger()
Синтаксис
SetJSONInteger(JSONValue , Value)
Описание
Изменяет тип JSON-значения на #PB_JSON_Number и сохраняет в нём указанное значение с типом 'Integer'.
Параметры
JSONValue Целевое JSON-значение. Value Значение для сохранения.
Возвращаемое значение
Ничего.
Пример
If CreateJSON(0) ArrayValue = SetJSONArray(JSONValue(0)) SetJSONInteger(AddJSONElement(ArrayValue), 1) SetJSONInteger(AddJSONElement(ArrayValue), 2) SetJSONInteger(AddJSONElement(ArrayValue), 3) Debug ComposeJSON(0) EndIf
См. также
GetJSONInteger(), SetJSONArray(), SetJSONBoolean(), SetJSONDouble(), SetJSONFloat(), SetJSONNull(), SetJSONObject(), SetJSONString(), SetJSONQuad()
Поддерживаемые OS
Все