F# Record Generator
Generate F# record type definitions from JSON input. Infers types for strings, numbers, booleans, lists, and nested objects with PascalCase field names.
How to Use F# Record Generator
Paste JSON into the input, set a type name, and click Generate. The tool creates F# record types with inferred field types, handling nested objects as separate record definitions.
Step-by-Step Instructions
- Paste a JSON object into the input area
- Set the record type name
- Click Generate F# Record
- Copy the generated F# type definitions
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.