iOS Question unescaped control characters in nsjsonserialization

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,

My app crashed when parse json. My json string valid and also work with b4a app.

Any help ?
 

mkh_fx

Member
Licensed User
Longtime User
replace Chr(10) and Chr(13) with ""
i had this problem too
it solved by replace Chr(13) and Chr(10)
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
Hi Erel, i dont know how to copy text from log screen. I attached as image.

if i replace CRLF with "" it works but it doesnt help because i need show new line in textview if there is.
 

Attachments

  • 0001.png
    0001.png
    43 KB · Views: 296
Upvote 0
Top