JsonObject Class

Definition

JsonObject class.

public ref class JsonObject abstract sealed
public ref class JsonObject abstract sealed
class JsonObject abstract sealed
public static class JsonObject
type JsonObject = class
Public Class JsonObject
Inheritance
JsonObject

Methods

ConvertFromJson(String, Boolean, ErrorRecord)

Convert a Json string back to an object of type PSObject or Hashtable depending on parameter returnHashtable.

ConvertFromJson(String, Boolean, Nullable<Int32>, ErrorRecord)

Convert a JSON string back to an object of type PSObject or Hashtable depending on parameter returnHashtable.

ConvertFromJson(String, ErrorRecord)

Convert a Json string back to an object of type PSObject.

ConvertToJson(Object, JsonObject+ConvertToJsonContext)

Convert an object to JSON string.

Applies to