Interface JSONAware

All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONAware
JSONAware is an Adaptation of the JSONAware class from the RFC4627 compliant JSON Simple (https://code.google.com/p/json-simple/). Beans that support customized output of JSON text shall implement this interface.

Author:
Fang Yidong, Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toJSONString()  
  • Method Details

    • toJSONString

      java.lang.String toJSONString()
      Returns:
      JSON text