Class JSONWriter

java.lang.Object
com.yahoo.text.JSONWriter

public final class JSONWriter extends Object
A class which knows how to write JSON markup. All methods return this to enable chaining of method calls. Consider using the Jackson generator API instead, as that may be faster.
Author:
bratseth