ArcObjects Library Reference (System)  

IRESTResource.ToJSONObject Method

Converts resource object to JSON representation.

[Visual Basic .NET]
Public Function ToJSONObject ( _
) As IJSONObject
[C#]
public IJSONObject ToJSONObject (
);
[C++]
HRESULT ToJSONObject(
  IJSONObject** pObj
);
[C++]

Parameters

pObj [out, retval]

  pObj is a parameter of type IJSONObject

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRESTResource Interface