1. Converting App Configuration
Frontend DeveloperBackground
A developer is moving a project's configuration from a standard JSON file to CSON to take advantage of CoffeeScript's cleaner syntax.
Problem
Manually rewriting complex nested JSON objects into CSON is prone to syntax errors.
How to use
Paste the JSON configuration into the input field and set the indent size to 2.
indentSize: 2Outcome
The tool outputs a perfectly formatted CSON file, ready to be saved as a .cson file for the project.