Table of Contents

Namespace nanoFramework.Json

Classes

DeserializationException

Exception thrown when there is an problem with a deserialization operation. Check the comment from where the exception has been throw to learn the cause.

JsonArray

Represents array of objects from JSON string.

JsonConvert

Provides methods for converting between .NET types and JSON types.

JsonObject

Represents single JSON object that contains multiple JSON properties.

JsonProperty

Represents single JSON key value pair.

JsonSerializer

Initializes a new instance of the JsonSerializer class.

JsonToken

Base class for all Json structures.

JsonValue

Represents single object from JSON string.

SerializationException

Exception thrown when there is an problem with a serialization operation. Check the comment from where the exception has been throw to learn the cause.