💎 JSON to Elixir
★★★★½4.5(156 ratings)
🔒 No Upload✅ 100% Free⚡ Instant

Convert JSON to Elixir Map format — supports nesting and lists, pure frontend

📝 Enter JSON

FAQ

What JSON data types are supported?

All JSON types: objects → Elixir Maps (%{key: value}), arrays → Lists, strings → Elixir strings, numbers preserved, booleans → true/false, null → nil.

How are key names handled?

JSON string keys are converted to Elixir atom keys, e.g., "name" → :name. Keys with spaces or special characters remain as string keys.

Does it support nested JSON?

Yes, supports arbitrary nesting depth. Nested objects become nested Maps, nested arrays become nested Lists. Output is auto-indented.

Frequently Asked Questions (FAQ)

What JSON data types are supported?

All JSON types: objects → Elixir Maps (%{key: value}), arrays → Lists, strings → Elixir strings, numbers preserved, booleans → true/false, null → nil.

How are key names handled?

JSON string keys are converted to Elixir atom keys, e.g., "name" → :name. Keys with spaces or special characters remain as string keys.

Does it support nested JSON?

Yes, supports arbitrary nesting depth. Nested objects become nested Maps, nested arrays become nested Lists. Output is auto-indented.