File size: 674 Bytes
19ee1e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Certainly! Below is a JSON-formatted string representing a response from a web API:

{
  "data": {
    "id": 982342,
    "attributes": {
      "name": "Random User",
      "email": "randomuser@example.com",
      "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
  }
}