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