Files
codeql/java/ql/test/stubs/json-java-20210307/org/json/Property.java
2021-07-19 17:57:27 +01:00

14 lines
345 B
Java
Generated

// 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; }
}