Jump to content
Bill Meyer

Up to date SuperObject?

Recommended Posts

SuperObject development has been completed. He did another, but I don't remember the name.

I have v1.2

Edited by Stano

Share this post


Link to post

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

  • Like 3

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×