Json Parse Boolean?

felipermsilva

New member
Hello,

I have the following Json code:

{
"Betim":{
"Alto das Flores":true,
"Alvorada":true,
"Amarante":true,
"Amazonas":true,
"Angola":true
}
}

When I process the json code for a dictionary, the variables are created as a string.

Is there any way to create them as boolean when processing the Json file?
 

MacroDroidDev

Administrator
Staff member
Sorry this is currently not supported. However I acknowledge this sucks, so I will fix this right now and keep a look out for a new beta coming in the next day or two which should hopefully support this.
 
Top