rudolph-miller / jonathan

JSON encoder and decoder.
http://rudolph-miller.github.io/jonathan/overview.html
164 stars 24 forks source link

Improve character encoding. #35

Open tmccombs opened 8 years ago

tmccombs commented 8 years ago

This includes two fixes:

  1. Correctly encode control characters using \u notation, as described by the JSON specification.
  2. Encode characters using UTF-8 when :octets is true. Previously non-ASCII characters either caused invalid JSON or threw an error.
tmccombs commented 8 years ago

it seems like cl-coveralls (or really sb-cover) has trouble identifying coverage of inlined functions, or something.

rudolph-miller commented 8 years ago

I know this problem. Don't care of the result of coveralls.

charJe commented 4 years ago

What needs to happen to get this merged?