Annotation of functions
psychoticRabbit
meagain at meagain.com
Thu Feb 22 10:41:48 UTC 2018
On Tuesday, 20 February 2018 at 15:26:12 UTC, Adam D. Ruppe wrote:
> dmd -X spits out the json file with a list of functions and
> classes and other stuff. Then you can just filter that.
do you know why the first and last character of the output from
"dmd -o- -X somefile.d" are [ and ] with all the json inbetween.
I'm don't really know json (never had a need to know) but as I
try different json parsers, the first thing I have to do (before
giving it to the json parser), is strip off the first and last
character of that output.
so why put them there in the first place, is my question.
More information about the Digitalmars-d
mailing list