net.minidev.json
Interface JSONAwareEx

All Superinterfaces:
JSONAware
All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONAwareEx
extends JSONAware

Beans that support advanced output of JSON text shall implement this interface. Adding compressions and formating features

Author:
Uriel Chemouni

Method Summary
 String toJSONString(JSONStyle compression)
           
 
Methods inherited from interface net.minidev.json.JSONAware
toJSONString
 

Method Detail

toJSONString

String toJSONString(JSONStyle compression)
Returns:
JSON text


Copyright © 2011 Chemouni Uriel. All Rights Reserved.