Re: [fpc-pascal] FCL-JSON: Getting the data into pascal classes

2012-12-08 Thread Michael Van Canneyt
On Fri, 7 Dec 2012, Reimar Grabowski wrote: Hi, I have a relatively simple JSON object consisting of some integer and string fields and a large (500-50 entries) float array. Following the parsedemo.pp I extract the values from JSON and put them in my pascal class. All works as expected

[fpc-pascal] FCL-JSON: Getting the data into pascal classes

2012-12-07 Thread Reimar Grabowski
Hi, I have a relatively simple JSON object consisting of some integer and string fields and a large (500-50 entries) float array. Following the parsedemo.pp I extract the values from JSON and put them in my pascal class. All works as expected only that I do not seem to find a method to copy