org.japano.util
Interface JSONable


public interface JSONable

Provides a method that provides a JSON dump of the current object. You can implement this class to hide data from the JSON view of it or to fine-tune its JSON representation in general. See JSON homepage for details on JSON.

Version:
$Id: JSONable.java,v 1.1 2005/12/30 15:54:02 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Method Summary
 java.lang.String toJSON()
           
 

Method Detail

toJSON

java.lang.String toJSON()