From: Gavri Fernandez Date: 2006-03-25T21:13:56+09:00 Subject: Syck parse error for JSON Hi, YAML emits a parse error for require 'yaml' p YAML::load('{"test":1}') because there isn't a space after the colon. Is there an option YAML provides that lets me load any JSON? Do I need to download and use a JSON parser? -- gavri http://purl.oclc.org/NET/gavri