Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.
()
| 953 | * @return The number of keys in the JSONObject. |
| 954 | */ |
| 955 | public int size() { |
| 956 | return this.map.size(); |
| 957 | } |
| 958 | |
| 959 | |
| 960 | // /** |
no outgoing calls
no test coverage detected