-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add bytelength to JSON representations of byte arrays (#7)
This makes it possible to understand the size of the byte array in the JSON representation without having to decode the base64 string. This is useful for situations where you want to represent the byte array in a human-readable way.
- Loading branch information
Showing
2 changed files
with
111 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.