[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [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=34551#action_34551 ]
Markus Jung commented on OBIX-7:
--------------------------------
I agree, I will change 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]