LLMClientJBool Method
Extract a boolean value from a flat JSON object.
Returns True when the value is the JSON literal true.
Definition
Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
C#
private bool JBool(
string json,
string key
)VB
Private Function JBool (
json As String,
key As String
) As Boolean