kwid_get_ids()
#
Retrieve the list of IDs from a JSON object containing kwid
keys. Works with json_t *
.
Prototype
PUBLIC json_t *kwid_get_ids(
json_t *kw
);
Parameters
Key |
Type |
Description |
---|---|---|
|
The JSON object containing |
Return Value
Returns a json_t *
array containing the IDs, or NULL
on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples