Dub JSON Generator
Generate D language dub.json package files with configurable name, description, authors, license, target type, source directories, and dependencies. Produces valid JSON ready for the DUB package manager.
How to Use Dub JSON Generator
Enter your D package name, description, authors, license, and target type. Add dependencies in name:version format. Click Generate to create a valid dub.json file for the DUB package manager.
Step-by-Step Instructions
- Enter package name and description
- Set authors, license, and target type
- Add dependencies as name:version
- Click Generate dub.json
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.