com.liferay.portal.json
Class JSONValidatorImpl
java.lang.Object
com.liferay.portal.json.JSONValidatorImpl
- All Implemented Interfaces:
- JSONValidator
public class JSONValidatorImpl
- extends Object
- implements JSONValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONValidatorImpl
public JSONValidatorImpl(String json)
throws JSONException
- Throws:
JSONException
isValid
public boolean isValid(String json)
throws JSONException
- Specified by:
isValid in interface JSONValidator
- Throws:
JSONException