mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Add models of JSON-java, aka org.json
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Generated automatically from org.json.JSONStringer for testing purposes
|
||||
|
||||
package org.json;
|
||||
|
||||
import org.json.JSONWriter;
|
||||
|
||||
public class JSONStringer extends JSONWriter
|
||||
{
|
||||
public JSONStringer(){}
|
||||
public String toString(){ return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user