package

com.atlassian.confluence.json

Interfaces

JSONAction This interface is deprecated. since 2.10 - Use DefaultJsonator with an AbstractCommandAction instead. This interface is used as a convenience to indicate that an action can provide its result in JSON format. It's not strictly needed as the result uses reflection but is provided anyway as a convenience.  

Classes

JsonResult This result will format the the a result of the action using JSON. 
SingleErrorJSONResult Helper class for Actions that want to return a single action error as a JSON result.