-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
It would be nice if JSON.Parser.parse
could be passed a vector of bytes and parse it assuming UTF-8 encoding without having to manually allocate a new String
. My most common use case (probably for many other people too?) is downloading a JSON file with HTTP.get("...").body
, which returns bytes.