Append a serialised JSON object to a File in JSON Lines format (one JSON object per line).
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| fileName |
String |
|
|
The file name. |
| jsonObject |
Object |
|
|
The Object to be serialised to JSON and appended to the File. |
Return Value
Boolean
a Boolean value indicating success.
- Member of:
- ISFileUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0