Skip to content

edwardgeorge/explode-object-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Explode Object Action

This action takes a JSON object as an input and sets an output names for each property with its associated value.

Inputs

json

Required A JSON object to be processed.

raw-strings

If set to true then if the value is a string will be set directly as the output, otherwise will be JSON encoded (wrapped in quotes).

(default true)

key

If set to true, this key will be extracted first and the properties for output taken from this key's value.

Example usage

uses: edwardgeorge/explode-object-action@main
with:
  json: "{\"hello\": \"world\"}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published