Search
JsonValue.toJsonValue Method
See Also
 






Converts a string to JsonValue.

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

 Syntax

Java  Copy Code

public static JsonValue toJsonValue (
    String value
)

 Parameters

value

A String

 Return Value

JsonValue object

 See Also