Hi, I'm generating a Jason code from a list. but my problem is the output.
I know is valid but I need the missing double quoted
but I don't know how to add de (")
this output generate
this
"TerminalId:0001",
but what I need is
"TerminalId":"0001",
Thanks,
Victor
I know is valid but I need the missing double quoted
but I don't know how to add de (")
B4X:
Data1.Add("RetailId"&":"&aditional.reatilid)
this output generate
this
"TerminalId:0001",
but what I need is
"TerminalId":"0001",
Thanks,
Victor