On Fri, 23 Jun 2023, Darius Blaszyk via fpc-pascal wrote:
Hi all,
I've hardly done anything with JSON in Freepascal before, so apologies for
the trivial question. I want to traverse an array in JSON and retrieve the
elements (which I don't know what they are in advance) one by one. An exam
fpJson fully supports JSON:
https://www.freepascal.org/docs-html/fcl/fpjson/index.html
https://wiki.lazarus.freepascal.org/JSON
There's also JSON support in the LGenerics package, but it's not a bundled
package as far as I know.
Thomas
- Original Message -
From: Darius Blaszyk via fp