Changed the name of FileFinder to FileUtil
This commit is contained in:
parent
a9bc9997ca
commit
ce83415d1c
19 changed files with 315 additions and 59 deletions
|
|
@ -3,7 +3,7 @@ package zutil.parser.json;
|
|||
import zutil.MultiPrintStream;
|
||||
import zutil.parser.json.JSONNode.JSONType;
|
||||
|
||||
public class JSONParser {
|
||||
public class JSONParser{
|
||||
private String json;
|
||||
private int index;
|
||||
|
||||
|
|
@ -159,4 +159,6 @@ public class JSONParser {
|
|||
System.out.println("Return");
|
||||
return root;
|
||||
}
|
||||
|
||||
public void close() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue