Stage Library
CSV
Escape
Golang Object
Map
Modify
Pretty Printed JSON
Remove Whitespace
XML
Yaml
buy me a coffee
JSON Input
[{"j":"son","multi":"pass"}]
arrow_downwardreparent
child(ren)
child(ren)
Pretty Printed JSON
[
{
"j": "son",
"multi": "pass"
}
]
arrow_backsibling
arrow_upwardparent
arrow_downwardreparent
child(ren)
child(ren)
arrow_forwardsibling
Golang Object
[]map[string]any{
{
"j": "son",
"multi": "pass",
},
}
arrow_backsibling
arrow_upwardparent
arrow_downwardreparent
child(ren)
child(ren)
arrow_forwardsibling
Yaml
- : son
: pass
arrow_backsibling
arrow_upwardparent
arrow_downwardreparent
child(ren)
child(ren)
arrow_forwardsibling
CSV
j,multi
son,pass
arrow_backsibling
arrow_upwardparent
arrow_downwardreparent
child(ren)
child(ren)
arrow_forwardsibling