skip to main content

Internal Objects : JSONStream Class (com.iscobol.rts.JSONStream) : readFromFile

readFromFile
Reads a JSON file and puts its content in the data item associated with the JSONStream object.
General format
void readFromFile ( Json-Source )
Syntax rules
1.
General rules
1.
Json-Source refers to a regular disk file.
2.
When the read method is invoked, the whole content of Json-Source is read and the data item associated with the JSONStream object is updated.
 
NOTE - If the number of occurrences of an JSON field is not known at the time the program is written, specifying the DYNAMIC phrase of the OCCURS clause in the data item associated with the JSONStream object is recommended.
Code example
configuration section.
    class jsonStream  as "com.iscobol.rts.JSONStream"
working-storage section.
77 objJsonStream object reference jsonStream.
procedure division.
objJsonStream:>readFromFile("Sample.json")

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left