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
private bool JBool(
	string json,
	string key
)

Parameters

json  String
 
key  String
 

Return Value

Boolean

See Also