JSON support
Last updated
<json type="object">
<name>Mark</name>
<age type="number">21</age>
</json>{ "selected": true }<json type="object">
<selected type="boolean">true</selected>
</json>{ "cities": ["Amsterdam", "Paris", "London"] }<json type="object">
<cities type="array">
<_>Amsterdam</_>
<_>Paris</_>
<_>London</_>
</cities>
</json>{ "p": null }<json type="object">
<p type="null"/>
</json>