Search
JsonContext.parse Method
See Also
 






Deserializes the specified JSON formatted string to a JsonObject.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public JsonObject parse (
    String json
)

 Parameters

json

The JSON string.

 Return Value

The deserialized JsonObject.

 See Also