C# Class Facebook.JsonObject

Mostra file Open project: bbyk/graph.net Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Prints the JSONObject as a formatted string, suitable for viewing.

Private Methods

Method Description
Create ( object o, CultureInfo ci ) : JsonObject

Recursively constructs this JSONObject

CreateFromString ( [ input, CultureInfo culture ) : JsonObject
ExtractQuoted ( ) : string
JsonObject ( CultureInfo ci ) : System
RecursiveDictionaryToString ( JsonObject obj, StringBuilder sb, int level ) : void
RecursiveObjectToString ( JsonObject obj, StringBuilder sb, int level ) : void

Method Details

ToString() public method

Prints the JSONObject as a formatted string, suitable for viewing.
public ToString ( ) : string
return string