mirror of
https://github.com/file/file.git
synced 2024-11-27 11:53:41 +08:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
{
|
|
"abc": "edf",
|
|
"json": "crab",
|
|
"ololo": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"subcrab": {
|
|
"name": "crab",
|
|
"surname": "subcrab"
|
|
}
|
|
}
|