interface  org.apache.dubbo.common.json.JSONNode extends java.lang.Object
{
public abstract void writeJSON(org.apache.dubbo.common.json.JSONConverter, org.apache.dubbo.common.json.JSONWriter, boolean) throws java.io.IOException;
}