C# Class Netduino.WebServer.Core.Json.JsonArray

A Json Array. Programmed by Huysentruit Wouter See the Json.ToJson method for more information.
Inheritance: System.Collections.ArrayList
ファイルを表示 Open project: martinbuberl/Netduino Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Convert the array to its JSON representation.

Method Details

ToString() public method

Convert the array to its JSON representation.
public ToString ( ) : string
return string