com.alibaba.fastjson.parser.deserializer.ParseProcess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastjson Show documentation
Show all versions of fastjson Show documentation
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 {
}