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

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

      Matthias Hub

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

      ]
      } ]
      }

            Assignee:
            Markus Jung (Inactive)
            Reporter:
            Toby Considine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: