--- JSON-XS/XS.pm 2007/10/23 03:30:02 1.68 +++ JSON-XS/XS.pm 2007/10/23 03:31:14 1.69 @@ -782,7 +782,7 @@ undocumented. One can get far by feeding it Unicode strings and doing en-/decoding oneself, but Unicode escapes are not working properly). -No roundtripping (strings get clobbered if they look like numbers, e.g. +No round-tripping (strings get clobbered if they look like numbers, e.g. the string C<2.0> will encode to C<2.0> instead of C<"2.0">, and that will decode into the number 2. @@ -792,7 +792,7 @@ Undocumented/buggy Unicode handling. -No roundtripping. +No round-tripping. Has problems handling many Perl values (e.g. regex results and other magic values will make it croak). @@ -816,7 +816,7 @@ escapes are not working properly, you need to set ImplicitUnicode to I values on en- and decoding to get symmetric behaviour). -No roundtripping (simple cases work, but this depends on whether the scalar +No round-tripping (simple cases work, but this depends on whether the scalar value was used in a numeric context or not). Dumping hashes may skip hash values depending on iterator state. @@ -841,7 +841,7 @@ Very inflexible. -No roundtripping. +No round-tripping. Does not generate valid JSON texts (key strings are often unquoted, empty keys result in nothing being output)