// Generated automatically from org.json.Property for testing purposes package org.json; import java.util.Properties; import org.json.JSONObject; public class Property { public Property(){} public static JSONObject toJSONObject(Properties p0){ return null; } public static Properties toProperties(JSONObject p0){ return null; } }