You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
When calling
jsonFromDatawith an array of UTF-16-encoded bytes, Jay throwsunimplemented.The RFC recommends to determine the encoding by looking at the initial bytes (section 3).
I don't really want UTF-16, but if the API offers (only) a raw bytes interface, I would expect it to take any encoding like JSONSerialization does.