Converts a generic dictionary to a JsonObject.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static JsonObject fromDictionary ( |
Object that has to be converted to JsonObject
A JsonObject
See Also