June 10, 2014
https://issues.dlang.org/show_bug.cgi?id=12888

          Issue ID: 12888
           Summary: Include template constraints in JSON output
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: ASSIGNED
          Keywords: json
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: briancschott@gmail.com
          Reporter: briancschott@gmail.com

DDox (https://github.com/rejectedsoftware/ddox/) uses DMD's JSON output to generate documentation. Currently it is not possibe for these generated documents to include template constraints because they are not present in the compiler's JSON output.

--