mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +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();
|
|
}
|