JSON Case Converter

Convert all JSON object keys between naming conventions: camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, lowercase.

Converted JSON will appear here...

What Is JSON Case Converter?

This tool converts all JSON object keys between different naming conventions: camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, and lowercase. It recursively processes nested objects and arrays.

How to Use

  1. Start with case: followed by the target convention (camel, snake, kebab, pascal, upper, or lower).
  2. Paste your JSON data on the next lines.
  3. Click "Convert Case" to transform all keys to the chosen convention.

Frequently Asked Questions

Does it handle nested objects?

Yes, the conversion is recursive and applies to all nested objects and arrays within the JSON structure.

What are the available conventions?

Choose from camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, and lowercase.

Related Tools