seaofvoices/Read Data Field

Read a specified property from a data file. Supports json, jsonc, json5, toml and yaml files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileThe data file to read
fieldThe dot separated field path to extract (like "scripts.build")
namedescription
resultThe data extracted using the specified field
result_jsonThe same extracted data but encoded as JSON