JSON Key Case Converter
Convert JSON keys recursively to camelCase, snake_case, PascalCase, or kebab-case
Recursively converts keys inside a JSON object to camelCase, snake_case, PascalCase, or kebab-case. Extremely useful for formatting payload interfaces.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
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.
- What happens to keys that start with a number or contain odd symbols?
- Keys starting with digits or mixing in hyphens and spaces are still detected and converted, but the result may not follow valid JavaScript identifier rules — double-check that the converted keys work fine in your actual code.
- What happens to keys that start with a number or contain odd symbols?
- Keys starting with digits or mixing in hyphens and spaces are still detected and converted, but the result may not follow valid JavaScript identifier rules — double-check that the converted keys work fine in your actual code.
