Comment on Ask HN: Simplest way to create a very basic data driven website these days?Comments−tmaly10yif the data is small, I would convert it to JSON first, it would be one less thing to have to do in your code.
Comments
if the data is small, I would convert it to JSON first, it would be one less thing to have to do in your code.