Goal: Improve code readability and clutter.
Remove the custom JSON parsing code for response objects.
Rework the JSON response parsing by using the Jackson library instead.
This would remove technical debt to maintain custom JSON parsing code.
This was done for responses in the following packages: zosconsole and zostso; follow the same pattern for all the rest.