Converting JSON to HTML with jQuery jPut Converting JSON to HTML with jQuery jPut json json

Converting JSON to HTML with jQuery jPut


The problem is with your json. The json is not valid.

Always try to check your json is valid or not.You can check your json is valid or not in this site http://jsonlint.com/.

Your json is not valid because there is * near **"author": { Please remove that *.It will work fine.