Re: [fpc-pascal] JSON Parser to tree view
Small enhancement for the jsonviewer: In mainform, OnShow change the code to: - procedure TMainForm.FormShow(Sender: TObject); begin if (Paramcount > 0) then try OpenFile(ParamStr(1)); exit; except
Re: [fpc-pascal] JSON Parser to tree view
ik escreveu: Hello, I wish to use the JSON parser to create some sort of TreeView of my JSON (it's more then 500 lines of data). Before I'll write such code, do you know of any existed code that does such thing, or at least most of the work ? http://code.google.com/p/luipack/source/browse/t