jsonOpen
Version 22.0.8473
jsonOpen
Version 22.0.8473
Begin reading or writing a JSON document.
Required Parameters
- mode: Indicates whether the file can be read or written. The allowed values are READ and WRITE. The default value is READ.
Optional Parameters
- uri: A JSON file URI.
- text: JSON text.
Output Attributes
- handle: The handle of the specified JSON reader or writer.
- warning#: The warnings of the specified JSON reader or writer.