[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:Facebook.Json.Linq"]

Classes

  ClassDescription
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.
JsonTokenReader
Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
JsonTokenWriter
Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
JToken
Represents an abstract JSON token.
JTokenEqualityComparer
Compares tokens to determine whether they are equal.
JValue
Represents a value in JSON (string, integer, date, etc).

Structures

  StructureDescription
JEnumerable<(Of <(T>)>)
Represents a collection of JToken objects.

Interfaces

  InterfaceDescription
IJEnumerable<(Of <(T>)>)
Represents a collection of JToken objects.

Enumerations

  EnumerationDescription
JsonTokenType
Specifies the type of token.