public class JSONUtils extends Object
Constructor and Description |
---|
JSONUtils() |
public static <T> T toObject(Class<T> clazz, String source) throws JSONException
clazz
- Class of the object which the JSON string would be loaded into.source
- JSON string.JSONException
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.