mirror of
https://github.com/Astatin3/OldChatApp.git
synced 2026-06-08 16:18:04 -06:00
14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"1234" : {
|
|
"id" : "1234",
|
|
"name": "Person1",
|
|
"color": "#00ff00",
|
|
"auth": "XXYYZZYY"
|
|
},
|
|
"4321" : {
|
|
"id" : "4321",
|
|
"name": "Person2",
|
|
"color": "#ffffff",
|
|
"auth": "YYXXYYZZ"
|
|
}
|
|
} |