Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fastest way to parse a json strings (without jquery)


can someone tell me the fastest way to parse a json string to an object without jquery? I want to parse the json string in a script tag before jquery is loaded.

Thanks in advance!
Peter

like image 968
Peter Avatar asked Jul 19 '11 07:07

Peter


1 Answers

Use JSON JS

like image 127
Oh Chin Boon Avatar answered Sep 25 '22 21:09

Oh Chin Boon