mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
153 B
Java
Generated
10 lines
153 B
Java
Generated
// Generated automatically from org.json.JSONString for testing purposes
|
|
|
|
package org.json;
|
|
|
|
|
|
public interface JSONString
|
|
{
|
|
String toJSONString();
|
|
}
|