Format Conversion
JSON para CSON
Converte dados JSON para formato CSON (CoffeeScript Object Notation)
text· Resultado de texto
Início rápido
Chame esta ferramenta a partir do seu código em três idiomas.
cURL
curl -X POST 'https://api.elysiatools.com/pt/api/tools/json-to-cson' \
-H 'Content-Type: application/json' \
-d '{"jsonInput":"Enter your JSON data here...","indentSize":2}'