Get the number of keys stored in the JSONObject. @return The number of keys in the JSONObject.
()
| 702 | * @return The number of keys in the JSONObject. |
| 703 | */ |
| 704 | public int length() { |
| 705 | return this.map.size(); |
| 706 | } |
| 707 | |
| 708 | |
| 709 | /** |
no outgoing calls
no test coverage detected