Json ML
Type: String | Array
http://www.jsonml.org/ is a light-weight dom serialization.
#Example:
Other
[
"someElement",
{ "someAttribute": "someAttributeValue" },
[
"someFirstChild",
[ "?someTarget", "some PI Data" ]
],
"someText",
[ "!", "A piece of comment"]
]
Related links
-
Stencils are an extension on JsonML.