add abstract method

JsonObject add(
  1. String key,
  2. Json value
)

Implementation

JsonObject add(String key, Json value);