1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-18 00:10:51 -07:00
This commit is contained in:
stleary 2016-01-03 21:39:44 -06:00
parent ace08f1944
commit 706d898648
22 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
package org.json.junit;
import org.json.*;
/**
* Used in testing when a JSONString is needed
*/
class MyJsonString implements JSONString {
@Override
public String toJSONString() {
return "my string";
}
}