[Issue 9484] Syntax error in JSON output

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 8 07:37:03 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9484



--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-08 07:37:02 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > Sorry, missed the right line, right one:
> > 
> >    {
> >     "name" : "core.cpuid",
> >     "kind" : "import",
> >     "line" : 144,
> >     "protection" : "private",
> >     "aliases" : [
> >      "hasSSSE3Support" : "ssse3"
> >     ]
> >    }
> 
> If I'm not mistaken it should be this:
> 
>     "name" : "core.cpuid",
>     "kind" : "import",
>     "line" : 142,
>     "protection" : "private",
>     "aliases" : [
>      {
>       "hasSSSE3Support" : "ssse3"
>      }
>     ]
> 
> Is that ok?

Also a comma after the }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list