|
|
|
|
|
JSONOpenReader (Function) In french: JSONOpenReader Creates a reader to read a JSON document without loading it into memory. Please note This function is only available from version 2025 Update 3. lecteur_JSON is jsonReader = JSONOpenReader(nom_du_fichier)
Syntax
<Result> = JSONOpenReader(<Content> [, <Origine>])
<Result>: jsonReader type variable Variable of type jsonReader used to read a JSON document without loading it into memory. <Content>: Character string - Path of the file containing the JSON document to be read.
- JSON content to manipulate.
<Origine>: Optional Integer constant Parameter content <File<: | | fromFile | The parameter <File< corresponds to the name of a file. | fromString | The parameter <File< is a UTF8 string containing the JSON to manipulate. |
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|