C# (CSharp) Newtonsoft.Json Namespace

Nested Namespaces

Newtonsoft.Json.Bson
Newtonsoft.Json.Converters
Newtonsoft.Json.Linq
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization
Newtonsoft.Json.Tests
Newtonsoft.Json.Utilities

Сlasses

Name Description
JsonArrayAttribute
JsonContainerAttribute
JsonConverter Converts an object to and from JSON.
JsonConverterAttribute
JsonDictionaryAttribute
JsonNameTable
JsonObjectAttribute
JsonPropertyAttribute
JsonReader Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
JsonReaderException
JsonSerializationException The exception thrown when an error occurs during JSON serialization or deserialization.
JsonSerializer Serializes and deserializes objects into and from the JSON format. The JsonSerializer enables you to control how objects are encoded into JSON.
JsonSerializerSettings Specifies the settings on a JsonSerializer object.
JsonTextReader Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
JsonTextWriter Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
JsonValidatingReader Represents a reader that provides JsonSchema validation.
JsonValidatingReader.SchemaScope
JsonWriter Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
JsonWriterException