JSON Basics Every Developer Should Know
JSON supports 6 data types: strings (in double quotes), numbers, booleans (true/false), null, arrays ([ ]), and objects (). Valid JSON must have all keys as double-quoted strings, no trailing commas, and no comments.