On 06/11/2015 04:58 PM, Cassio Butrico wrote:
> What does the .json file and how to use it?
There is also the .json file that is produced by dmd's -X command line
switch:
dmd -X foo.d
That outputs the members of the source code to foo.json in a way that
may be useful for a tool.
Ali