aabrego/JSON to Object
Converts a JSON string into a Javascript Object
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2019
- License
- BSD
- Runtime
- Deprecated runtime
Pinned Snippet
uses: aabrego/json-to-object-action@4ccf3b643253b270124fa838111c5b6117b2485e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| json-string | The JSON string to parse | yes | — |
Outputs
| name | description |
|---|---|
| object | The Javascript object generated from parsing the input |