Bill Meyer 337 Posted March 1, 2022 Is there a fork of SuperObject which is updated to support Alexandria? Share this post Link to post
Stano 143 Posted March 1, 2022 (edited) SuperObject development has been completed. He did another, but I don't remember the name. I have v1.2 Edited March 1, 2022 by Stano Share this post Link to post
Angus Robertson 574 Posted March 1, 2022 ICS includes forked version of SuperOject 1.2 so that ICS can offer the same JSON support on all platforms, It's not the latest version, since ICS already has time zone functionality that got added to SO. Also removed TSuperWriterSock since did not need it. I've added better TDateTime support, reporting JSON parse errors and other minor fixes. Fully compatible with D7 to D11.0. The unit's only dependency is an ICS utility unit, so it can be used without anything else. Angus 3 Share this post Link to post
Fr0sT.Brutal 900 Posted March 2, 2022 What's so special in Alx-a that the text/object utility unit has to be upgraded? Share this post Link to post
Angus Robertson 574 Posted March 2, 2022 The ICS fork is at: https://svn.overbyte.be/svn/ics/trunk/Source/OverbyteIcsSuperObject.pas and https://svn.overbyte.be/svn/ics/trunk/Source/OverbyteIcsSuperXMLParser.pas There is a sample application OverbyteIcsJoseTst.dpr that illustrates parsing Json and XML into a grid at multiple levels. The OverbyteIcsHttpRestTst.dpr sample does the same thing for Json APIs over the internet. The OverbyteIcsSslX509Certs.pas unit makes extensive use of SuperObject to create and parse Json for SSL certificate orders. Angus Share this post Link to post