Rama Singh wrote: > In the above code "olvID" variable get JSON data, i want to check iam > getting valid JSON or not, for that i used "@j = JSON.parse(olvID)", but > i get error : > > c:/ruby/lib/ruby/site_ruby/1.8/json.rb:300:in `parse_object': expected > ',' or '}' in object at '"Val > ue":"",}},"MetaC'! (JSON::ParserError) ^ This isn't allowed in a valid JSON text. -- Florian Frank