List of usage examples for org.json JSONWriter JSONWriter
JSONWriter
Source Link
From source file:com.zipeg.gae.json.java
public static String encode(Map<Object, Object> d) { return new JSONWriter().write(d); }