Show HN: This website is valid JSON
11–20 of 240 posts
Re: Show HN: This website is valid JSON
#12Re: Show HN: This website is valid JSON
#13This is a really cool hack. > The JSON must contain only pure information without any concern about design or markup. Wellll.. I mean the json has markdown syntax in it. That's a lot nicer than html tags for markup, but it's still markup. In case anyone reading hasn't seen it before, browsers have a thing called XSLT built into them that does something similar for XML documents. You serve up your data as XML, add a t…
Re: Show HN: This website is valid JSON
#14Re: Show HN: This website is valid JSON
#15Re: Show HN: This website is valid JSON
#16Re: Show HN: This website is valid JSON
#17This is a really cool hack. > The JSON must contain only pure information without any concern about design or markup. Wellll.. I mean the json has markdown syntax in it. That's a lot nicer than html tags for markup, but it's still markup. In case anyone reading hasn't seen it before, browsers have a thing called XSLT built into them that does something similar for XML documents. You serve up your data as XML, add a t…
Re: Show HN: This website is valid JSON
#18Re: Show HN: This website is valid JSON
#19This is an interesting technical hack, but I have to ask what problem this is aiming to address?
Re: Show HN: This website is valid JSON
#20Meaning: If the javascript (and other content) loaded via #render is highly cacheable, can this lead to pages that display as soon as the JSON is loaded?