HI~Everyone!
I use JSONGenerator to produce JSON string
JSON Source
Content in JSON string have some error,
because it contain unicode text(ZWSP), please tell me how to solve it?
thank you everyone!!
I use JSONGenerator to produce JSON string
JSON Source
B4X:
'alist is a list from sqlite
Dim sname As String = ""
Dim jssonp As JSONGenerator
jssonp.Initialize(alist)
sname=jssonp.ToString
Content in JSON string have some error,
because it contain unicode text(ZWSP), please tell me how to solve it?
thank you everyone!!
Attachments
Last edited: