Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Json

Json

Select a filter from the list below.

Icon Name Description / Applications Modules
Json_Access_Array

Allows to get information about a JSON array.

FoundationLite
Json_Access_Object

Allows to get information about a JSON object.

FoundationLite
Json_CreateEmpty_Array

Creates an empty JSON array.

FoundationLite
Json_CreateEmpty_Object

Creates an empty JSON object.

FoundationLite
Json_GetDataType

Gets a type of a JSON data.

FoundationLite
Json_GetValue_FromArray_Array

Gets a value of type Array from a JSON array.

FoundationLite
Json_GetValue_FromArray_Bool

Gets a value of type Bool from a JSON array.

FoundationLite
Json_GetValue_FromArray_Double

Gets a value of type Double from a JSON array.

FoundationLite
Json_GetValue_FromArray_Int64

Gets a value of type Int64 from a JSON array.

FoundationLite
Json_GetValue_FromArray_Object

Gets a value of type Object from a JSON array.

FoundationLite
Json_GetValue_FromArray_String

Gets a value of type String from a JSON array.

FoundationLite
Json_GetValue_FromArray_Uint64

Gets a value of type Uint64 from a JSON array.

FoundationLite
Json_GetValue_FromJsonData_Bool

Gets a value of type Bool from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Double

Gets a value of type Double from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Int64

Gets a value of type Int64 from JSON data.

FoundationLite
Json_GetValue_FromJsonData_String

Gets a value of type String from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Uint64

Gets a value of type Uint64 from JSON data.

FoundationLite
Json_GetValue_FromObject_Array

Gets a value of type Array from a JSON object.

FoundationLite
Json_GetValue_FromObject_Bool

Gets a value of type Bool from a JSON object.

FoundationLite
Json_GetValue_FromObject_Double

Gets a value of type Double from a JSON object.

FoundationLite
Json_GetValue_FromObject_Int64

Gets a value of type Int64 from a JSON object.

FoundationLite
Json_GetValue_FromObject_Object

Gets a value of type Object from a JSON object.

FoundationLite
Json_GetValue_FromObject_String

Gets a value of type String from a JSON object.

FoundationLite
Json_GetValue_FromObject_Uint64

Gets a value of type Uint64 from a JSON object.

FoundationLite
Json_InsertValue_IntoArray_Array

Inserts a value of type Array into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Bool

Inserts a value of type Bool into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Double

Inserts a value of type Double into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Int64

Inserts a value of type Int64 into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Object

Inserts a value of type Object into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_String

Inserts a value of type String into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Uint64

Inserts a value of type Uint64 into a JSON array.

FoundationLite
Json_LoadFile

Loads a JSON file.

FoundationLite
Json_RemoveValue_Array

Removes a value from a JSON array.

FoundationLite
Json_RemoveValue_Object

Removes a value from a JSON object.

FoundationLite
Json_SaveFile

Saves a JSON file.

FoundationLite
Json_SetFormatParameters

Sets format parameters of JSON data.

FoundationLite
Json_SetParseOptions

Sets parse options of JSON data.

FoundationLite
Json_SetValue_InObject_Array

Sets an array value in a JSON object.

FoundationLite
Json_SetValue_InObject_Bool

Sets a bool value in a JSON object.

FoundationLite
Json_SetValue_InObject_Double

Sets a double value in a JSON object.

FoundationLite
Json_SetValue_InObject_Int64

Sets an int64 value in a JSON object.

FoundationLite
Json_SetValue_InObject_Object

Sets an object value in a JSON object.

FoundationLite
Json_SetValue_InObject_String

Sets a string value in a JSON object.

FoundationLite
Json_SetValue_InObject_Uint64

Sets a uint64 value in a JSON object.

FoundationLite
JsonDataToString

Converts JSON data to string.

FoundationLite
StringToJsonData

Parses text as JSON data.

FoundationLite