Accumulate values under a key.
Append values to the array under a key.
Get the JSONObject associated with an index.
Get the JSONObject value associated with a key.
Increment a property of a JSONObject.
Get the optional JSONObject associated with an index.
Get the optional JSONObject associated with an index.
Get an optional JSONObject associated with a key.
Get an optional JSONObject associated with a key, or the default if there
is no such key or if the value is not a JSONObject.
Put a key/boolean pair in the JSONObject.
Put a key/double pair in the JSONObject.
Put a key/float pair in the JSONObject.
Put a key/int pair in the JSONObject.
Put a key/long pair in the JSONObject.
Put a key/value pair in the JSONObject.
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null, and only if there is not already a member with that
name.
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
Produce a JSONObject from a row of comma delimited text, using a
parallel JSONArray of strings to provides the names of the elements.
Convert a cookie specification string into a JSONObject.
Convert a cookie list into a JSONObject.
Convert an HTTP header string into a JSONObject.
Produce a JSONObject by combining a JSONArray of names with the values of
this JSONArray.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject using the JsonML transform.
Converts a property file object into a JSONObject.
Convert a well-formed (but not necessarily valid) XML into a
JSONObject.
Convert a well-formed (but not necessarily valid) XML into a
JSONObject.
Convert a well-formed (but not necessarily valid) XML into a
JSONObject.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject.
Convert a well-formed (but not necessarily valid) XML string into a
JSONObject.
Get an array of field names from a JSONObject.
Get the optional JSONObject associated with an index.
Get an optional JSONObject associated with a key, or the default if there
is no such key or if the value is not a JSONObject.
private static boolean
Scan the content following the named tag, attaching it to the context.
private void
Push an array or object scope.
private static void
This method removes any JSON entry which has the key set by XMLParserConfiguration.cDataTagName
and contains whitespace as this is caused by whitespace between tags.
Converts the JSONObject into a property file object.
Convert a JSONObject into a cookie specification string.
Convert a JSONObject into a cookie list.
Convert a JSONObject into an HTTP header.
Reverse the JSONML transformation, making an XML text from a JSONObject.