I notice keys and values are stored as binaries rather than lists of Unicode code points (Erlang "strings"). Won't this result in different keys and values for the same JSON object encoded in UTF-8 vs. UTF-16? David