<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > cJSONCore > cJSONCore Properties > <cJSONCore>.File |
Description
Set or Get file name to be parsed or parsed last time.
Syntax
GET
sFileName = <cJSONCore>.File
SET
<cJSONCore>.File = sFileName
Returns
Remarks
Restrictions
See also
Examples
dim js as new cJSONCore
long nItems
js.file = "Sample.json"
nItems = js.parse