jsonml 0.7.0

JsonML deserialization and serialization
Documentation
[
  "ul",
  [
    "li",
    {
      "style": "color:red"
    },
    "First Item"
  ],
  [
    "li",
    {
      "title": "Some hover text.",
      "style": "color:green"
    },
    "Second Item"
  ],
  [
    "li",
    [
      "span",
      {
        "class": "code-example-third"
      },
      "Third"
    ],
    " Item"
  ]
]