Code for generating .json descriptions of the module when passing the -X flag to dmd.
Parse the given fieldName and return its corresponding JsonFieldFlags value.
A string listing the name of each JSON field. Useful for errors messages.
See Source File _json.d Documentation: https://dlang.org/phobos/dmd_json.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/json.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Code for generating .json descriptions of the module when passing the -X flag to dmd.