Search
JsonValue.fromInt Method
See Also
 






Converts an int to JsonValue.

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

 Syntax

Java  Copy Code

public static JsonValue fromInt (
    int value
)

 Parameters

value

int valie

 Return Value

A JsonValue

 See Also