Vcpkg JSON Generator
Generate C++ vcpkg.json manifest files with configurable project name, version, description, license, platform support expressions, and dependencies with optional feature selections.
How to Use Vcpkg JSON Generator
Enter your C++ project name, version, description, and license. Add dependencies one per line (use name[feature1,feature2] for features). Click Generate to create a valid vcpkg.json manifest.
Step-by-Step Instructions
- Enter project name and version
- Set description and license
- Add dependencies one per line
- Click Generate vcpkg.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.