Search
Parser.ReadJsonObject Method
See Also
 





Deserializes a JsonObject from the specified JSON-formatted string.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public JsonObject ReadJsonObject (
    string json,
    JsonContext context
)

Visual Basic  Copy Code

Public Function ReadJsonObject( _
    json As String, _
    context As JsonContext _
) As JsonObject

 Parameters

json

The JSON-formatted string.

context

An JsonContext object providing contextual information about the serialization process and some helper serialization methods.

 Return Value

 See Also