BatiprixManagement.ReadJsonObject 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.
Parameters
- jsonObject
- JsonObject
<default>
- setDepth
- int