mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-14 10:08:13 -05:00
10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"name": "test object",
|
|
"version": "1.0.0",
|
|
"nested": {
|
|
"name": "nested object",
|
|
"version": "1.0.0"
|
|
},
|
|
"authors": ["tom"]
|
|
}
|