11 lines
115 B
JSON
11 lines
115 B
JSON
{
|
|
"name": "Test",
|
|
"messageCount": 5,
|
|
"colors": [
|
|
"red",
|
|
"blue",
|
|
"green"
|
|
],
|
|
"primary": true
|
|
}
|