Scala Case Class Generator
Generate Scala case class definitions from JSON input. Automatically infers types including String, Int, Double, Boolean, List, and Option.
How to Use Scala Case Class Generator
Paste JSON and get a Scala case class with inferred types. Supports nested objects, arrays, and nullable fields.
Step-by-Step Instructions
- Enter a class name
- Paste your JSON object
- Click Generate Case Class
- Copy the generated Scala code
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.