Quick Reference
Base64
Base64 is a binary-to-text encoding scheme. It's commonly used to encode data that needs to be stored or transferred over media designed for text.
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It's easy for humans to read and write, and easy for machines to parse.