Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.
()
| 1005 | * @return The number of keys in the JSONObject. |
| 1006 | */ |
| 1007 | public int length() { |
| 1008 | return this.map.size(); |
| 1009 | } |
| 1010 | |
| 1011 | /** |
| 1012 | * Produce a JSONArray containing the names of the elements of this |
no test coverage detected