digitalmars.D - JSON improvement request
- cemiller <chris dprogramming.com> May 11 2010
- "Nick Sabalausky" <a a.a> May 11 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
May 11 2010
"cemiller" <chris dprogramming.com> wrote in message news:op.vcj3n9pcycwdcp mapddrule1.ffe.foxeg.com...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
Enhancement requests go here: http://d.puremagic.com/issues/
May 11 2010








"Nick Sabalausky" <a a.a>