On Apr 2, 7:31 am, Rama Singh <rama.sing... / gmail.com> wrote: > I just wanted to check my JSON data is valid or not, > either from website or from command prompt. If you want to know if it is valid, and you have access to a JS interpreter (e.g. a web browser) then you could simply eval() it and see if it compiles or not.