org.json.simple.JSONAware.java Source code

Java tutorial

Introduction

Here is the source code for org.json.simple.JSONAware.java

Source

package org.json.simple;

public interface JSONAware {
    public String toJSONString();
}