Sample JSON Files

JSON (JavaScript Object Notation) is a lightweight data interchange format. Below are sample JSON files of various structures and edge cases available for download

Empty JSON object {}
2 bytes
Empty JSON array []
2 bytes
Simple JSON object (user profile)
563 bytes
JSON array of 10 objects
1 Kb
Deeply nested JSON (5 levels)
1 Kb
Large JSON: 1500 records
452 Kb
JSON with Unicode: emoji, CJK, Arabic, Hebrew, Cyrillic, special chars
2 Kb
JSON edge cases: numbers, null, empty keys, duplicate keys, special values
11 Kb
JSON with long string (~14 Kb in one field)
13 Kb
JSON with 100 levels of nesting
31 Kb
JSON with UTF-8 BOM (Byte Order Mark)
130 bytes