html - Web pages in JSON -
it known json format clearer , way less verbose xml.
why wouldn't browsers , servers agree send/display pages in json instead of html ? wouldn't gain in bandwith ? mistaken ? has question ever been asked consortiums ?
why not alter
<html> <body> <div id="container">stuff</div> </body> </html>
into kind of jsonml
{ html: { body: { div: {id:'container', text:'stuff'} } } }
verbosity may not obvious in illustration actually... clarity is.
html json standards
No comments:
Post a Comment