C# 클래스 Netduino.WebServer.Core.Json.JsonObject

A Json Object. Programmed by Huysentruit Wouter See the Json.ToJson method for more information.
상속: System.Collections.Hashtable
파일 보기 프로젝트 열기: martinbuberl/Netduino 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Convert the object to its JSON representation.

메소드 상세

ToString() 공개 메소드

Convert the object to its JSON representation.
public ToString ( ) : string
리턴 string