GitHub Viewer
/*Copyright (C) 2020 Tencent. All rights reserved.
This source code is licensed under the Apache License Version 2.0.*/
package apijson;
import java.util.Collection;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**JSON工具类 防止解析时异常
* @author Lemon
*/
public class JSON {
static final String TAG = "JSON";
public static JSONParser