PeopleSoft JSON Classes and its use cases
JSON Classes delivered are
JsonObject - The JsonObject class provides the ability to create or access a Json object. A Json object by itself can hold nested Json object or field values.
JsonBuilder - The JsonBuilder class provides the starting point to build an unstructured Json using its methods & properties. The outcome of the builder can be directly converted to a Json string.
JsonParser - The JsonParser class is used for parsing Json string to access and drill down to objects and field values.
JsonGenerator - The JsonGenerator class is used for generating Json, and the class methods are used to set and retrieve data.