JSON-B.NET. Was: TJSON

Pardon for reviving an old thread but I just got a link in my mail-box http://json-b.net/
showing Oracle's take on JSON typing which appears to be identical to mine although they
use a declarative approach while I have settled on a more "old-school" programmatic ditto.

However, these methods are in no way mutually exclusive.

Sort of related (and triggered by the TJSON discussion), I upgraded my JSON Java library from
    JSONObjectWriter setLong(String name, long value)
to
    JSONObjectWriter setInt53(String name, long value)
because that reflects what it actually does :-)

Anders

Received on Wednesday, 30 November 2016 12:46:19 UTC