We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624cddf commit 2142899Copy full SHA for 2142899
src/main/java/com/github/webee/json/JSON.java
@@ -6,6 +6,7 @@
6
public interface JSON {
7
JSONObject newObject();
8
JSONArray newArray();
9
+ Object parse(String text);
10
JSONObject parseObject(String text);
11
JSONArray parseArray(String text);
12
}
0 commit comments