Skip to content

1.6.0.0 Json Parser

Compare
Choose a tag to compare
@michaelgantman michaelgantman released this 08 Dec 22:19
· 38 commits to master since this release

In this release there is a brand new feature (hence major version change). And the feature is... Json Parser
The new class, JsonUtils, provides some simple methods to serialize any object into JSON String and parse (deserialize) JSON string back into the instance of the class. This class is a simplifying wrapper over basic functionality of Jason-Jackson library.