libperun

Class std.json.JSONString

Synopsis

public final class JSONString extends JSON, StringFormattable

Represents a string in JSON.

Fields

Constructors

public JSONString(String value);

Construct the JSON string out of the specified Perun string.

Methods

public String toString();

No description given

protected void outputTo(OutputStream strm,int depth);

No description given