Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.
()
| 995 | * @return The number of keys in the JSONObject. |
| 996 | */ |
| 997 | public int size() { |
| 998 | return this.map.size(); |
| 999 | } |
| 1000 | |
| 1001 | |
| 1002 | // /** |
no outgoing calls
no test coverage detected