All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.hexin.json.parser.JsonParser Maven / Gradle / Ivy

package info.hexin.json.parser;


/**
 * json解析父类接口
 * 
 * @author hexin
 * 
 */
public interface JsonParser {
    
     T parsing(JSONTokener tokener);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy