json read string object code example Example: js string to json var obj = JSON.parse("{no:'u',my:'sql'}");//returnes {no:'u',my:'sql'}