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

ParseString()

Purpose:
FCJSon::ParseString() parses a 4C alpha in JSon format and returns an integer id that can be used to make other FCJSon function calls.
Usage:
jsonident = FCJSon::ParseString(<alphavar>);
Arguments:

alpha <alphavar> - The 4c variable with JSon content.
Returns:
< 0 - Error
>= 0 - An integer id that can be passed to other FCJSon routines.
Where Used:
FCJSon::ParseString() can be called from anywhere.
Example:
Example
Description:
FCJSon::ParseString() parses a 4C alpha variable with JSon content 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