7 lines
77 B
JSON
7 lines
77 B
JSON
|
{
|
||
|
"name": "Alice",
|
||
|
"age": null,
|
||
|
"contact": {
|
||
|
"phone": "12345"
|
||
|
}
|
||
|
}
|