dmd.json

Code for generating .json descriptions of the module when passing the -X flag to dmd.

Members

Functions

tryParseJsonField
JsonFieldFlags tryParseJsonField(const(char)* fieldName)

Parse the given fieldName and return its corresponding JsonFieldFlags value.

Manifest constants

jsonFieldNames
enum jsonFieldNames;

A string listing the name of each JSON field. Useful for errors messages.

Meta

Suggestion Box / Bug Report