Graphsmith json.reshape.v1

id: json.reshape.v1

install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest: examples/skills/json.reshape.v1/skill.yaml
source content

id: json.reshape.v1 name: Reshape JSON version: 1.0.0 description: Parse a JSON string and select the name and value fields.

inputs:

  • name: raw_json type: string required: true

outputs:

  • name: selected type: object

effects:

  • pure

tags:

  • json
  • transform
  • select