Hello , i found the JSON parser tool , but it would be nice to have a JSON generator tool as well,
I am struggling to generate the following in B4X:
{"data" : [
{
"context" : "00036",
"dns" : "1.1.1.7"
}
],
"id" : "8881002",
"ip" : "195.231.3.86",
"password" : "adminl23",
"port" : "8062"
}
Any help is highly appreciated
I am struggling to generate the following in B4X:
{"data" : [
{
"context" : "00036",
"dns" : "1.1.1.7"
}
],
"id" : "8881002",
"ip" : "195.231.3.86",
"password" : "adminl23",
"port" : "8062"
}
Any help is highly appreciated