Add models of JSON-java, aka org.json

This commit is contained in:
Chris Smowton
2021-07-19 17:57:27 +01:00
parent db76b12f3f
commit 34a4b71891
29 changed files with 3497 additions and 0 deletions

View File

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