[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/Tencent/APIJSON/master/APIJSONORM/src/main/java/apijson/JSON.java [Back]  [Original]

/*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

Web Proxy Viewer  |  New URL  |  Original Page