BatiprixManagement.ReadJsonObject Method

Read Json object got from Batiprix web in GetCartContent() method
Public Shared Function ReadJsonObject( _ 
ByVal jsonObject As JsonObject, _ 
ByVal setDepth As Integer
) As Dictionary(Of Integer, Dictionary(Of String, Object))
This language is not supported or no code example is available.
public static Dictionary<int, Dictionary<string, object>> ReadJsonObject( 
JsonObject jsonObject
int setDepth 
)
This language is not supported or no code example is available.
public:  
static Dictionary<int, Dictionary<String^, object^>^>^ ReadJsonObject( 
JsonObject^ jsonObject
int setDepth 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

jsonObject
JsonObject

<default>

setDepth
int

Return Value

Dictionary<int, Dictionary<string, object>>

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition