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
DeserializeFromJson

Deserializes structure from JsonData object.

FoundationLite
DeserializeFromJson

Deserializes structure from JsonData object.

FoundationLite
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_GetElementType_Array

Gets the data type of a value in a JSON array.

FoundationLite
Json_GetElementType_Object

Gets the data type of a value in a JSON object.

FoundationLite
Json_GetValue_FromArray_Array

Gets a value of type Array from a JSON array.

FoundationLite
Json_GetValue_FromArray_Array_OrNil

Gets a value of type Array from a JSON array or nil.

FoundationLite
Json_GetValue_FromArray_Bool

Gets a value of type Bool from a JSON array.

FoundationLite
Json_GetValue_FromArray_Bool_OrNil

Gets a value of type Bool from a JSON array or nil.

FoundationLite
Json_GetValue_FromArray_Double

Gets a value of type Double from a JSON array.

FoundationLite
Json_GetValue_FromArray_Double_OrNil

Gets a value of type Double from a JSON array or nil.

FoundationLite
Json_GetValue_FromArray_Int64

Gets a value of type Int64 from a JSON array.

FoundationLite
Json_GetValue_FromArray_Int64_OrNil

Gets a value of type Int64 from a JSON array or nil.

FoundationLite
Json_GetValue_FromArray_Object

Gets a value of type Object from a JSON array.

FoundationLite
Json_GetValue_FromArray_Object_OrNil

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_String_OrNil

Gets a value of type String from a JSON array or nil.

FoundationLite
Json_GetValue_FromArray_Uint64

Gets a value of type Uint64 from a JSON array.

FoundationLite
Json_GetValue_FromArray_Uint64_OrNil

Gets a value of type Uint64 from a JSON array or nil.

FoundationLite
Json_GetValue_FromJsonData_Bool

Gets a value of type Bool from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Bool_OrNil

Gets a value of type Bool from JSON data or nil.

FoundationLite
Json_GetValue_FromJsonData_Double

Gets a value of type Double from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Double_OrNil

Gets a value of type Double from JSON data or nil.

FoundationLite
Json_GetValue_FromJsonData_Int64

Gets a value of type Int64 from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Int64_OrNil

Gets a value of type Int64 from JSON data or nil.

FoundationLite
Json_GetValue_FromJsonData_String

Gets a value of type String from JSON data.

FoundationLite
Json_GetValue_FromJsonData_String_OrNil

Gets a value of type String from JSON data or nil.

FoundationLite
Json_GetValue_FromJsonData_Uint64

Gets a value of type Uint64 from JSON data.

FoundationLite
Json_GetValue_FromJsonData_Uint64_OrNil

Gets a value of type Uint64 from JSON data or nil.

FoundationLite
Json_GetValue_FromObject_Array

Gets a value of type Array from a JSON object.

FoundationLite
Json_GetValue_FromObject_Array_OrNil

Gets a value of type Array from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_Bool

Gets a value of type Bool from a JSON object.

FoundationLite
Json_GetValue_FromObject_Bool_OrNil

Gets a value of type Bool from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_Double

Gets a value of type Double from a JSON object.

FoundationLite
Json_GetValue_FromObject_Double_OrNil

Gets a value of type Double from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_Int64

Gets a value of type Int64 from a JSON object.

FoundationLite
Json_GetValue_FromObject_Int64_OrNil

Gets a value of type Int64 from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_Object

Gets a value of type Object from a JSON object.

FoundationLite
Json_GetValue_FromObject_Object_OrNil

Gets a value of type Object from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_String

Gets a value of type String from a JSON object.

FoundationLite
Json_GetValue_FromObject_String_OrNil

Gets a value of type String from a JSON object or nil.

FoundationLite
Json_GetValue_FromObject_Uint64

Gets a value of type Uint64 from a JSON object.

FoundationLite
Json_GetValue_FromObject_Uint64_OrNil

Gets a value of type Uint64 from a JSON object or nil.

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_Bool_OrNil

Inserts a value of type Bool or null into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Double

Inserts a value of type Double into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Double_OrNil

Inserts a value of type Double or null into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Int64

Inserts a value of type Int64 into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Int64_OrNil

Inserts a value of type Int64 or null into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Null

Inserts a null value 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_String_OrNil

Inserts a value of type String or null into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Uint64

Inserts a value of type Uint64 into a JSON array.

FoundationLite
Json_InsertValue_IntoArray_Uint64_OrNil

Inserts a value of type Uint64 or null into a JSON array.

FoundationLite
Json_KeyExistsIn_Array

Checks if a key exists in a JSON array.

FoundationLite
Json_KeyExistsIn_Object

Checks if a key exists in a JSON object.

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_Bool_OrNil

Sets a bool value or null in a JSON object.

FoundationLite
Json_SetValue_InObject_Double

Sets a double value in a JSON object.

FoundationLite
Json_SetValue_InObject_Double_OrNil

Sets a double value or null in a JSON object.

FoundationLite
Json_SetValue_InObject_Int64

Sets an int64 value in a JSON object.

FoundationLite
Json_SetValue_InObject_Int64_OrNil

Sets an int64 value or null in a JSON object.

FoundationLite
Json_SetValue_InObject_Null

Sets a null 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_String_OrNil

Sets a string value or null in a JSON object.

FoundationLite
Json_SetValue_InObject_Uint64

Sets a uint64 value in a JSON object.

FoundationLite
Json_SetValue_InObject_Uint64_OrNil

Sets a uint64 value or null in a JSON object.

FoundationLite
JsonDataToString

Converts JSON data to string.

FoundationLite
SerializeToJson

Serializes structure to JsonData object.

FoundationLite
SerializeToJson

Serializes structure to JsonData object.

FoundationLite
StringToJsonData

Parses text as JSON data.

FoundationLite
WriteToJsonData

Saves an object to an JSON.

FoundationLite