[fpc-pascal] JSON parser error due to my data values.
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Thu Jan 26 11:54:27 CET 2017
Just to be clear regarding the problem.
If I change my JSON file so the data values reads...
"d:/data"
instead of the original: "d:\data"
...then FPC's JSON parser has no problem.
So it seems the FPC JSON parser doesn't like DOS\Windows paths as data
values. Surely any JSON parser shouldn't try and interpret the data
stored in a JSON file?
ps:
I'm using FPC 2.6.4 under Windows 32bit.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the fpc-pascal
mailing list