[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=35056#action_35056 ]
Matthias Hub commented on OBIX-7:
---------------------------------
Thanks Markus for the change, it looks already much better now in wd07! Sorry for being pedantic, but the quotes should be the default quotes like " and not the ones currently in the PDF (the validation of a copy and paste of the JSON part into http://jsonlint.org/ will fail with an error). I found that this is not only in that example but overall, also for XML. If you need a separate issue to track I can create that.
> 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]