Search
JsonContext.writeObject Method
See Also
 






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

 Syntax

Java  Copy Code

public JsonValue writeObject (
    Object o
)

 Parameters

o

A Object to wrap in JsonValue

 Return Value

A JsonValue Object

 See Also