gobj_jn_stats()

gobj_jn_stats()#

Returns a JSON object containing the statistics of the given hgobj.

Prototype

PUBLIC json_t *gobj_jn_stats(hgobj gobj);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj instance whose statistics are to be retrieved.


Return Value

A JSON object containing the statistics of the given hgobj. The returned JSON object is not owned by the caller and should not be modified or freed.

Notes

The returned JSON object provides access to the internal statistics of the hgobj. Modifying it directly may lead to undefined behavior.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples