- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Hi ,
on TkbmMWJSONMarshal(m).ValueFromString(ABaseObjectClass,AObjectString);
Syntax error: Nothing to parse.: Pos 1..
my json is {“statusCode”: 3,”description”: “Uçuş Kapatılmısş.”}
when change “Uçuş” to “Ucuş” working. Although ı and ş are Turkish characters, it works.
{
“statusCode”: 3,
“description”: “Uçuş Kapatılmısş.”
}
Parsed fine in the object notation demo. However it seems the apparent double quote before the statusCode name was not really a double quote but two single quotes?
it is double, when remove turkish its work
tempstr := ‘{“statusCode”: 3,”description”: “çğöşü ÇĞÖŞÜ”}’;
version 5.15.10 Enterprise
Hi,
Please send a tiny sample app to me showing the problem, since I could not replicate it.
/Kim