@modernserf↩️ Not _all_ data attributes, _specific_ data attributes. Or specific classes (eg microformats), or other attributes that don't have existing meanings, or... (twitter.com/_/status/1084180692043485184)
Zegnathttp://microformats.org/wiki/microformats2-json should do a good job of describing what to expect of the JSON, it also links to 2 separate implementations of JSON validation you could use to check their validity. But there are no rules on whitespace for the parser output. Neither are there any rules for symbols that need unicode escapes, so parsers may be different from tests there as well. That’s all “flavour”
ZegnatIt is probably a page that very few other wiki pages link to. Compared to things like the parsing spec, it is also a much more recently created page