17 lines
316 B
JSON
17 lines
316 B
JSON
|
{
|
||
|
"legislators" : [
|
||
|
{
|
||
|
"ip" : "127.0.0.1",
|
||
|
"port" : 8000,
|
||
|
"name" : "legislator1",
|
||
|
"self" : false
|
||
|
},
|
||
|
{
|
||
|
"ip" : "127.0.0.1",
|
||
|
"port" : 8001,
|
||
|
"name" : "legislator2",
|
||
|
"self" : true
|
||
|
}
|
||
|
]
|
||
|
}
|