Re: [fpc-pascal] jsonrtti and integer arrays

2015-07-08 Thread Michael Van Canneyt
On Wed, 8 Jul 2015, Felipe Monteiro de Carvalho wrote: Hello, I see that according to http://wiki.freepascal.org/Streaming_JSON one can use TStringList for an array of strings, but this seams to work Small linguistic intermezzo: "seems". "seams" exists, but is something different :) only

[fpc-pascal] jsonrtti and integer arrays

2015-07-08 Thread Felipe Monteiro de Carvalho
Hello, I see that according to http://wiki.freepascal.org/Streaming_JSON one can use TStringList for an array of strings, but this seams to work only for writing JSON, is it possible to read array of strings? And how to read an array of integers? Also, can my json be an array instead of an objec