Append a key. The key will be associated with the next value. In an object, every value must be preceded by a key.
@param string A key string.
@return this
@throws JSONException If the key is out of place. For example, keys do not belong in arrays or if the key is null.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.