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 sealedpublic ref class JsonObject abstract sealedclass JsonObject abstract sealedpublic static class JsonObjecttype JsonObject = classPublic 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. |