Uploaded image for project: 'OASIS Open Building Information Exchange (oBIX) TC'
  1. OASIS Open Building Information Exchange (oBIX) TC
  2. OBIX-7

Fix the JSON examples, especially the quotes and comma after "tag" in the second and third line

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: ENCODINGS PR01
    • Fix Version/s: ENCODINGS WD08
    • Labels:
      None
    • Environment:

      Matthias Hub

      Description

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

      ]
      } ]
      }

        Attachments

          Activity

            People

            • Assignee:
              mjung Markus Jung (Inactive)
              Reporter:
              Toby.Considine Toby Considine
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: