Raw JSON Text Format
Is a versatile and powerful format used in minecraft commands and files. It is used for entity/item names, item descriptions, .mcmeta files and more.
JSON is based on a key-value (key to value) system. In case of minecraft the
key is always a string. There's a limited set of keys, and corresponding set of values it can
accept
Example: {"color":"red"}
("key":"value")