public class JsonWrapper
extends Object
For internal use only. Raw type used in the parsing of all BP API responses including searches and multimessage responses.
This represents the entirety of the JSON response and stores the response element as unparsed JSON so that it may be
parsed into the expected type only after the response is checked for errors and for the presence of the expected
response type. Using a generic type is not possible because certain errors are returned in the response element and
not the errors element, which would cause a parsing failure.