Btoa(toB): A Base64 Encoder/Decoder for JSON

Convert a JSON operation into a base64-encoded string and back.

BTOA: Base64encode JSON

As you enter text, a base64-encoded string will appear underneath. Of course, the input must evaluate to valid JSON.


ATOB: Base64decode to JSON

Paste a base64-encoded operation and it will be instantly decoded into a JSON string. Of course, the text input must evaluate to valid base64-encoded JSON.