Click or drag to resize

UtilitiesMakeNestedHashtable Method

Thie method walks a json node and adds values for each json object, array, and property to a Hashtable. It effectively duplicates a json structure in nested Hashtables.

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Hashtable MakeNestedHashtable(
	JObject obj
)

Parameters

obj
Type: JObject
The root node to begin walking.

Return Value

Type: Hashtable
Hashtable with nested Hashtables representing all nodes in the json passed in.
See Also