Input JSON
{ "user": { "id": 1, "name": "John Doe", "email": "john@example.com", "profile": { "age": 30, "gender": "Male", "location": { "city": "New York", "country": "USA", "coordinates": { "latitude": 40.7128, "longitude": -74.0060 } } } }, "posts": [ { "id": 101, "title": "First Post", "tags": ["tech", "json", "react"], "content": "This is my first post!", "comments": [ { "id": 201, "user": "Alice", "message": "Great post!", "replies": [] }, { "id": 202, "user": "Bob", "message": "Nice article", "replies": [ { "id": 301, "user": "Charlie", "message": "I agree with Bob!" } ] } ] }, { "id": 102, "title": "Second Post", "content": "This is another post.", "tags": [], "comments": [] } ], "settings": { "language": "en", "privacy": { "profileVisibility": "public", "searchEngineIndexing": false }, "notifications": { "email": true, "sms": false, "push": { "enabled": true, "frequency": "daily" } } }, "metadata": { "createdAt": "2025-03-22T10:00:00Z", "updatedAt": null, "tags": ["sample", "example"] } }
Parse JSON
Filter Fields
Result JSON
{}
Copy JSON