Fortran Type Generator
Generate Fortran derived type definitions from JSON objects. Maps JSON types to Fortran types including integer, real(8), logical, and character.
How to Use Fortran Type Generator
Enter a type name and paste a JSON object. Click Generate to produce a Fortran derived type definition with appropriate field types.
Step-by-Step Instructions
- Enter a name for the Fortran derived type
- Paste a JSON object with your data structure
- Click Generate Fortran Type
- Copy the generated Fortran 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.