Search
JsonContext.readFile Method
See Also
 






Reads json file

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

 Syntax

Java  Copy Code

public static String readFile (
    String fileName
)

 Parameters

fileName

a Name from where Json is read

 Return Value

a String.

 See Also