JSON Key Case Converter
Convert JSON keys recursively to camelCase, snake_case, PascalCase, or kebab-case
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Recursively converts keys inside a JSON object to camelCase, snake_case, PascalCase, or kebab-case. Extremely useful for formatting payload interfaces.
How to use
- Paste your JSON string into the input box.
- Select the target naming case style.
- Click convert and copy the cleaned JSON structure.
FAQ
- Does it support deep objects?
- Yes, it recursively processes deep JSON arrays and nested key-value pairs.
