Missing coma in JSON serilaizer for element content
---------------------------------------------------

                 Key: ABDERA-114
                 URL: https://issues.apache.org/jira/browse/ABDERA-114
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 0.3.0
            Reporter: Matthieu Riou


The JSON serialization misses a coma when writing a tag child with mixed 
content (text-tag-text). Here is an example of output:

       "children":["There is a train wreck coming.\u00a0 And it has nothing to 
do with whether the content is \u201cmore\u201d programmable or not.\u00a0 
Long, long, long before it gets to that point, one needs to be able to reliably 
(and in a ",{
         "name":"a",
         "attributes":{
          "href":"http://en.wikipedia.org/wiki/Non-repudiation";
         },
         "children":["non-reputable"
         ]
        }" manner) determine whether or not the information is consumable at 
all."

The last list is missing a comma just before " manner.

Looking at the code it actually looks like a simple type, patch to come.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to