JsonObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
ConvertFromJson(String, Boolean, Nullable<Int32>, ErrorRecord) |
Convert a JSON string back to an object of type PSObject or
Hashtable depending on parameter |
ConvertFromJson(String, ErrorRecord) |
Convert a Json string back to an object of type PSObject. |
ConvertToJson(Object, JsonObject+ConvertToJsonContext) |
Convert an object to JSON string. |