Type: lib.json.GetJSONPathBool
Namespace: lib.json
Description
Extract a boolean value from a JSON path json, path, extract, boolean
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| data | any |
JSON object to extract from | - |
| path | str |
Path to the desired value (dot notation) | `` |
| default | bool |
Default value to return if path is not found | False |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the lib.json namespace.