1. Converting App Configuration
Clojure DeveloperBackground
A developer is moving a web application's configuration from a JSON file to an EDN file to leverage Clojure's native data handling.
Problem
Manually rewriting nested JSON objects into EDN syntax is error-prone and slow.
How to use
Paste the JSON configuration into the input area and set the indent size to 2 for readability.
indentSize: 2Outcome
The JSON object is converted into a clean, readable EDN map, ready to be used in the project's config.edn file.