Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCJSon Home | FCJSon Function List ParseFile()

ParseFile()

Purpose:
FCJSon::ParseFile() parses a JSon file and returns an integer id that can be used to make other FCJSon function calls.
Usage:
jsonident = FCJSon::ParseFile(<fullpath>);
Arguments:

alpha <fullpath> - The fullpath name to the file on the 4csrvr machine to parse.
Returns:
< 0 - Error
>= 0 - An integer id that can be passed to other FCJSon routines.
Where Used:
FCJSon::ParseFile() can be called from anywhere.
Example:
Example
Description:
FCJSon::ParseFile() parses a JSon file and returns an integer id that can be used to make other FCJSon function calls.
Bugs/Features/Comments:
See Also:
FCJSon Function List


Back to Top