[Issue 9484] Syntax error in JSON output

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 8 07:36:26 PST 2013


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


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-08 07:36:25 PST ---
(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?

-- 
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