Example usage for org.json JSONWriter JSONWriter

List of usage examples for org.json JSONWriter JSONWriter

Introduction

In this page you can find the example usage for org.json JSONWriter JSONWriter.

Prototype

JSONWriter

Source Link

Usage

From source file:com.zipeg.gae.json.java

public static String encode(Map<Object, Object> d) {
    return new JSONWriter().write(d);
}