JsonObject Class

 

Applies To: Windows PowerShell

Represents a Json object. Introduced in Windows PowerShell 3.0.

Namespace:   Microsoft.PowerShell.Commands
Assembly:  Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Inheritance Hierarchy

System.Object
  Microsoft.PowerShell.Commands.JsonObject

Syntax

public static class JsonObject
public ref class JsonObject abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JsonObject = class end
Public NotInheritable Class JsonObject

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ConvertFromJson(String, ErrorRecord)

Convert a Json string back into an object. Introduced in Windows PowerShell 3.0.

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

Microsoft.PowerShell.Commands Namespace

Return to top