JSON improvement request

cemiller chris at dprogramming.com
Tue May 11 12:41:59 PDT 2010


I would like attributes to be included in the JSON output, for example:
     "attributes" : [ "static", "protected" ]

This allows for more accurate autocomplete support:
     TypeName.<static public members>
     super.<include protected members>

Thanks,
Christopher E. Miller


More information about the Digitalmars-d mailing list