Click or drag to resize

JSONObject Constructor (IDictionaryString, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a JSONObject from a dictionary of key-value pairs.

Namespace:  Telogis.GeoBase.Serialization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public JSONObject(
	IDictionary<string, Object> copy
)

Parameters

copy
Type: System.Collections.GenericIDictionaryString, Object
The dictionary of key-value pairs.
See Also