libperun

Class std.json.JSONObject

Synopsis

public final class JSONObject extends JSON, HashMap< String, JSON >

Represents a JSON object - a mapping between strings and JSON values.

Fields

Constructors

Methods

protected void outputTo(OutputStream strm,int depth);

No description given