Adds items from the JSON Array - i.e. enclosed in square brackets.
Syntax
ISList.FromJsonString(json, [ignoreDuplicates], [ignoreCase])
Parameters
| Name | Type | Optional | ByRef | Description |
| json |
String |
|
|
The source JSON String. |
| ignoreDuplicates |
Boolean |
Optional |
|
Indicates whether to ignore duplicate values.
If omitted, a value of False is assumed. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether case should be ignored when checking whether a duplicate value already exists in the List.
If omitted, a value of False is assumed. |
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0