i am trying to send the connected client list in the server using map and json as following
B4X:
Public Sub SendClientList(Meclient As TcClient)
If clients.Size > 0 Then
Dim muser As Map
Dim jsgen As JSONGenerator
muser.Initialize
For i = clients.Size -1 To 0 Step -1
Dim aClient As...