Page 2 of 2

Re: Return function JavaScrit in Delphi

Posted: Tue Apr 14, 2020 6:26 pm
by salvadordf
It's good to know. Thanks for the information! :D

Re: Return function JavaScrit in Delphi

Posted: Tue Apr 14, 2020 9:29 pm
by shobits1
you welcome :)

off topic: don't you know any good json library for delphi/lazarus.

Re: Return function JavaScrit in Delphi

Posted: Wed Apr 15, 2020 8:18 am
by salvadordf
shobits1 wrote: Tue Apr 14, 2020 9:29 pm off topic: don't you know any good json library for delphi/lazarus.
I haven't tested many libraries but the "Superobject" library is mentioned from time to time in other forums :
https://github.com/hgourvest/superobject

Here you have more JSON libraries :
https://github.com/Fr0sT-Brutal/awesome ... mljsonyaml

CEF4Delphi also has a few functions to parse JSON in the uCEFMiscFunctions unit : CefParseJson, CefParseJsonAndReturnError and CefWriteJson.

Re: Return function JavaScrit in Delphi

Posted: Wed Apr 15, 2020 9:10 am
by shobits1
Thank you