[fpc-pascal] JSON stream load/save recursive structure
Xiangrong Fang
xrfang at gmail.com
Mon Jan 9 16:16:45 CET 2017
Hi there,
Can fpjson handle load AND save of the following structure from/to json:
PTreeStructure = ^TTreeStructure;
TTreeStructure = class
name: string;
value: Integer;
items: array of PTreeStructure;
end;
Thanks!
xrfang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20170109/682e5e54/attachment.html>
More information about the fpc-pascal
mailing list