ts := '{"t5":"1\.\.\.\.\."}'; jso := TlkJSON.ParseText(ts) as TlkJSONobject; ShowMessage(jso.Field['t5'].Value);
this is a bug, where jso.Field [ 't5']. Value The value should not be "1"
\. is not a valid json string value
Log in to post a comment.
\. is not a valid json string value
Last edit: MtwStark 2017-04-03