json.fans Open in urlscan Pro
2606:4700:3031::6815:443f  Public Scan

Submitted URL: http://json.fans/
Effective URL: https://json.fans/
Submission: On February 23 via manual from BR — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

json.fans

EditorRaw
Upload JSON
ClearCopy
CopySaveFoldSetting
1





[{"id":1,"name":"Alice","email":"alice@example.com","age":30,
"info":"{\"address\":\"Elm Street\",\"phone\":12312241234}"},
{"id":2,"name":"Bob","email":"bob@example.com","age":40},{"id":3,
"name":"Charlie","email":"charlie@example.com","age":25},{"id":4,
"name":"David","email":"david@example.com","age":35},{"id":5,
"name":"Eva","email":"eva@example.com","age":29}]









Paste JSON here
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
35
36
[
    {
        "id": 1,
        "name": "Alice",
        "email": "alice@example.com",
        "age": 30,
        "info": {
            "address": "Elm Street",
            "phone": 12312241234
        }
    },
    {
        "id": 2,
        "name": "Bob",
        "email": "bob@example.com",
        "age": 40
    },
    {
        "id": 3,
        "name": "Charlie",
        "email": "charlie@example.com",
        "age": 25
    },
    {
        "id": 4,
        "name": "David",
        "email": "david@example.com",
        "age": 35
    },
    {
        "id": 5,
        "name": "Eva",
        "email": "eva@example.com",
        "age": 29
    }
]









[
0:{
id:1
name:"Alice"
email:"alice@example.com"
age:30
info:{
address:"Elm Street"
phone:12312241234
}
}
1:{
id:2
name:"Bob"
email:"bob@example.com"
age:40
}
2:{
id:3
name:"Charlie"
email:"charlie@example.com"
age:25
}
3:{
id:4
name:"David"
email:"david@example.com"
age:35
}
4:{
id:5
name:"Eva"
email:"eva@example.com"
age:29
}
]