Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Tools
Tools.JSON
Tools.JSON.JSONObject

Method Tools.JSON.JSONObject()->has()


Method has

int(0..1) has(string key)

Description

Determine if the JSONObject contains a specific key.

Parameter key

A key string.

Returns

true if the key exists in the JSONObject.