| Certainly! Below is a JSON-formatted string representing a response from a web API: | |
| { | |
| "data": { | |
| "id": 982342, | |
| "attributes": { | |
| "name": "Random User", | |
| "email": "[email protected]", | |
| "username": "randouser", | |
| "role": "user", | |
| "status": "active" | |
| }, | |
| "preferences": { | |
| "language": "en", | |
| "notifications": { | |
| "email": true, | |
| "sms": false, | |
| "push": true | |
| } | |
| }, | |
| "statistics": { | |
| "posts": 15, | |
| "followers": 120, | |
| "following": 75, | |
| "likes": 340 | |
| } | |
| }, | |
| "meta": { | |
| "timestamp": "2023-11-09T12:34:56Z", | |
| "api_version": "v2.1", | |
| "execution_time_ms": 123 | |
| } | |
| } | |