JSON Sample Files

Download various JSON files to test the JSON Viewer with different data structures, sizes, and complexity levels.

Basic Structures

Simple JSON examples demonstrating fundamental data types and structures.

Simple Object
Basic key-value pairs1KB
Array Examples
Various array types and structures2KB
Nested Objects
Multi-level nested structures3KB

Real-world Data

Practical examples from common use cases like APIs, configurations, and data exports.

User Profiles
Social media user data structure5KB
E-commerce Products
Product catalog with variants8KB
API Response
REST API response with pagination12KB
Configuration File
Application config with environment settings4KB

Large Datasets

Test performance with larger JSON files containing extensive data arrays and complex structures.

Employee Database
1000 employee records with details250KB
Sales Data
5000 transaction records500KB
Geographic Data
World cities with coordinates1MB

AWS Services

Real-world AWS service JSON examples including API requests, responses, and CloudWatch logs.

S3 API Response
S3 bucket listing and object metadata3KB
CloudWatch Logs
Error logs and monitoring events4KB
Lambda Event
API Gateway and Lambda function events2KB
EC2 Instance Data
Instance metadata and status information3KB

Compressed JSON

Minified JSON samples to test and showcase the beautifying and formatting features.

Minified User Data
Compressed user profile without formatting2KB
Compressed API Response
Single-line API response data4KB
Minified Config
Compressed configuration file1KB

Edge Cases

Special cases and edge scenarios to test JSON parser robustness and viewer capabilities.

Unicode & Special Characters
Emoji, symbols, and international text3KB
Deep Nesting
50-level deep nested objects2KB
Empty & Null Values
Various null, empty, and undefined cases1KB