You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gson has an API method <T> fromJson(String, Class<T>), which converts a JSON doc to an instance of class T.
JSON-Java should have a similar capability.
New unit tests to thoroughly exercise the functionality should be included.