Search
Parser.readJsonObject Method
See Also
 






Deserializes a JsonObject from the specified JSON-formatted string.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public JsonObject readJsonObject (
    String json,
    JsonContext context
)

 Parameters

json

The JSON-formatted string.

context

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

 Return Value

JsonObject

 See Also