Stimulsoft.Base.Json.Linq Namespace

Classes

Name Description
Extensions Contains the LINQ to JSON extension methods.
JArray Represents a JSON array.
JConstructor Represents a JSON constructor.
JContainer Represents a token that can contain other tokens.
JObject Represents a JSON object.
JProperty Represents a JSON property.
JPropertyDescriptor Represents a view of a JProperty.
JRaw Represents a raw JSON string.
JToken Represents an abstract JSON token.
JTokenEqualityComparer Compares tokens to determine whether they are equal.
JTokenReader Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
JTokenWriter Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
JValue Represents a value in JSON (string, integer, date, etc).
JsonExtensions  
JsonMergeSettings Specifies the settings used when merging JSON.

Structures

Name Description
JEnumerable Represents a collection of JToken objects.

Enumerations

Name Description
JTokenType Specifies the type of token.
MergeArrayHandling Specifies how JSON arrays are merged together.