Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
json.sh/example.json

13 lines
134 B
JSON
Raw Normal View History

2017-03-25 13:58:46 -05:00
{
"animals": {
"pig": {
"tail": "curly",
"nose": "adorable"
},
"sheep": {
"tail": "short",
"nose": "ugly"
}
}
}