C# 클래스 Facebook.JsonObject

파일 보기 프로젝트 열기: bbyk/graph.net 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

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

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

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