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