Skip to content

JSONify array

Actions
Replace field in JSON with its JSON.stringify() version
v1.1
Latest
Star (1)

JSONify array

Replace field in JSON with its JSON.stringify() version

Test jsonify-array action

Usage workflow

Usage

- name: JSONify array
  uses: yakubique/jsonify-array@v1
  with:
    input: |
      [ { "obj": {"id": 1 } } ]
    type: "nested-json"
    key: "obj"

# [ { "obj": "{\"id\":1}" } ]

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
input string true JSON to modify
type string false "flat-json" Type of input data ["flat-json", "nested-json"] (default: "flat-json")
key string false If type="nested-json" - which key should
be used
from_file string false "false" Load json from file
to_file string false "false" Save result to file

Outputs

OUTPUT TYPE DESCRIPTION
result string Filepath or JSON

ko-fi

JSONify array is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Replace field in JSON with its JSON.stringify() version
v1.1
Latest

JSONify array is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.