@Version("2.2")
Package org.apache.jackrabbit.commons.json
-
Interface Summary Interface Description JsonHandler TheJSONHandler
interface receives notifications from theJsonParser
. -
Class Summary Class Description JsonParser JsonParser
parses and validates the JSON object passed uponJsonParser.parse(String)
orJsonParser.parse(InputStream, String)
and notifies the specifiedJsonHandler
JsonUtil JSON utilities.