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

com.alibaba.fastjson.parser.deserializer.ParseProcess Maven / Gradle / Ivy

Go to download

Fastjson is a JSON processor (JSON parser + JSON generator) written in Java

The newest version!
package com.alibaba.fastjson.parser.deserializer;

import com.alibaba.fastjson2.filter.Filter;

public interface ParseProcess
        extends Filter {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy