Used in 3 samples
Adds items from the JSON formatted String where all first-left JSON items are added with a key based upon their property name.

A JSON String such as {Param1: Value1, Param2: 222} will add "Param1" and "Param2" entries to this Key/ Value List.

Syntax

ISKeyValueList.FromSimpleJsonString(json)

Parameters

NameTypeOptionalByRefDescription
json String The JSON formatted value.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISKeyValueList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0