JSONObject constructor

JSONObject(
  1. Map<String, JSON?> fields
)

Implementation

JSONObject(this.fields);