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.
- JsonSerializerOptions
Provides options to be used with JsonSerializer.
- 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.
Enums
- JsonSerializerDefaults
Specifies scenario-based default serialization options that can be used to construct a JsonSerializerOptions instance.