--- JSON-XS/XS.pm 2007/12/29 17:22:39 1.80 +++ JSON-XS/XS.pm 2007/12/29 17:33:38 1.81 @@ -924,7 +924,8 @@ unicode handling, so you should make sure that your hash keys are noticeably shorter than the 1024 "stream characters" YAML allows and that you do not have codepoints with values outside the Unicode BMP (basic -multilingual page). +multilingual page). YAML also does not allow C<\/> sequences in strings +(which JSON::XS does not I generate). There might be other incompatibilities that I am not aware of. In general you should not try to generate YAML with a JSON generator or vice versa,