JSON delphi library Activity
Brought to you by:
leon_kon
Tried this. Solves a similar issue on win64-target configuration. Original Error was in mem_ch method.
Fixes for Delphi Rio support for osx64
\. is not a valid json string value
. is not a valid json string value
i am using the library to get weather api, news api .. it works fine on all pages.....
vJsonObj := TlkJSONstreamed.loadfromfile('Source.txt') as TlkJsonObject; does not work
in line 1535 alter this if obj is TlkJSONstring then begin // ws := UTF8Encode(TlkJSONstring(obj).FValue);...