<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
Hi all,<br /><br />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 example of the JSON file is given below. <br /><br />"keywords": {<br />      "key": "value",<br />      "key1": "value1",<br />      "key2": "value2"<br />},<br /><br />Ideally, I'd like to be able to stick to the FPC out-of-the-box library. Any help would be appreciated.<br /><br />Rgds, Darius

</body></html>