Package com.alibaba.fastjson
Class JSONValidator
- java.lang.Object
-
- com.alibaba.fastjson.JSONValidator
-
public class JSONValidator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJSONValidator.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSONValidatorfrom(String jsonStr)static JSONValidatorfromUtf8(byte[] jsonBytes)JSONValidator.TypegetType()booleanvalidate()
-
-
-
Method Detail
-
fromUtf8
public static JSONValidator fromUtf8(byte[] jsonBytes)
-
from
public static JSONValidator from(String jsonStr)
-
validate
public boolean validate()
-
getType
public JSONValidator.Type getType()
-
-