Graphsmith json.pretty_print.v1

id: json.pretty_print.v1

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

id: json.pretty_print.v1 name: Pretty Print JSON version: 1.0.0 description: Format a JSON string with indentation for readability. Cosmetic formatting only.

inputs:

  • name: raw_json type: string required: true

outputs:

  • name: formatted type: string

effects:

  • pure

tags:

  • json
  • formatting
  • pretty