Deserializes a JsonObject from the specified JSON-formatted string.
Namespace: MindFusion.Json
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public JsonObject ReadJsonObject ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadJsonObject( _ |
The JSON-formatted string.
An JsonContext object providing contextual information about the serialization process and some helper serialization methods.
See Also