seaofvoices/Read Data Field
Read a specified property from a data file. Supports json, jsonc, json5, toml and yaml files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The data file to read | — | — |
| field | The dot separated field path to extract (like "scripts.build") | — | — |
Outputs
| name | description |
|---|---|
| result | The data extracted using the specified field |
| result_json | The same extracted data but encoded as JSON |