1.86
Since 1.85 returned a cached JSON object and then could call utf8(0) on it when embedding that effectively switched the cached object to character mode. This can also happen in client code and there is no easy way to protect the cached object, so removed the caching completely.