JsonValueLinqExtensions Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents Json value Linq expressions.

Inheritance Hierarchy

System.Object
  System.Json.JsonValueLinqExtensions

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class JsonValueLinqExtensions
public static class JsonValueLinqExtensions
[ExtensionAttribute]
public ref class JsonValueLinqExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type JsonValueLinqExtensions =  class end
public final class JsonValueLinqExtensions

The JsonValueLinqExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member ToJsonArray Converts the specified items to Json array.
Public methodStatic member ToJsonObject Converts the specified items to Json object.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Json Namespace