Subject: | Allows bad utf-8 sequences to go through when converting to JSON |
Currently the module allows bad utf-8 sequences to go through when
converting a data structure to JSON. For example, a byte with the value
0xf5 followed by an 's' will go through as is, when it really should
return an error because this is not a valid utf-8 sequence.