.TH DUB-CONVERT 1 "2018-12-21" "The D Language Foundation" "The D Language Foundation" .SH NAME dub \- Package and build management system for D .SH SYNOPSIS \fBdub convert\fR \fIOPTIONS\&.\&.\&.\fR .SH DESCRIPTION This command will convert between JSON and SDLang formatted package recipe files. Warning: Beware that any formatting and comments within the package recipe will get lost in the conversion process. .SH OPTIONS .IP -f, --format=VALUE Specifies the target package recipe format. Possible values: json, sdl .IP -s, --stdout Outputs the converted package recipe to stdout instead of writing to disk. .SH FILES \fIdub\&.sdl\fR, \fIdub\&.json\fR .SH AUTHOR Copyright (c) 1999-2018 by The D Language Foundation .SH "ONLINE DOCUMENTATION" .UR http://code.dlang.org/docs/commandline .UE http://code.dlang.org/docs/commandline .SH "SEE ALSO" .BR dmd(1) dub(1)