[OASIS Issue Tracker] Commented: (OBIX-7) Fix the JSON examples, especially the quotes and comma after "tag" in the second and third line

From
OASIS Issues Tracker <>
Date
2013-09-12T15:23:01+00:00
ID
73277257.10851378999420053.JavaMail.tomcat@customer-jira
Thread
[OASIS Issue Tracker] Commented: (OBIX-7) Fix the JSON examples, especially the quotes and comma after "tag" in the second and third line
[ http://tools.oasis-open.org/issues/browse/OBIX-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34610#action_34610 ] 

Toby Considine commented on OBIX-7:
-----------------------------------

This is a nice comment and I am glad that Markus is working on it

> Fix the JSON examples, especially the quotes and comma after "tag" in the second and third line
> -----------------------------------------------------------------------------------------------
>
>                 Key: OBIX-7
>                 URL: http://tools.oasis-open.org/issues/browse/OBIX-7
>             Project: OASIS Open Building Information Exchange (oBIX) TC
>          Issue Type: Bug
>          Components: ENCODINGS Specification
>    Affects Versions: ENCODINGS PR01
>         Environment: Matthias Hub
>            Reporter: Toby Considine
>            Assignee: Markus Jung
>
> from: 
> {"tag":"obj", "href":"/a/", "nodes":[ 
> {"tag","obj", "name":"b", "href":"b"}, "nodes":[ 
> {"tag","obj", "name", "c"}, {"tag","ref", "name", "d", "href":"d"}, ] 
> }] } 
> to: 
> { 
>         "tag" : "obj", 
>         "href" : "/a/", 
>         "nodes" : [ { 
>                 "tag" : "obj", 
>                 "name" : "b", 
>                 "href" : "b", 
>                 "nodes" : [ { 
>                         "tag" : "obj", 
>                         "name" : "c" 
>                 }, { 
>                         "tag" : "ref", 
>                         "name" : "d", 
>                         "href" : "d" 
>                 } ] 
>         } ] 
> } 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira