Increment a property of a JSONObject. If there is no such property, create one with a value of 1. If there is such a property, and if it is an Integer, Long, Double, or Float, then add one to it. @param key A key string. @return this. @throws JSONException If there is already
(String key)