Function

Msgjson_object_get_string

Declaration [src]

const char*
msg_json_object_get_string (
  JsonObject* object,
  const char* name
)

Description

No description available.

Parameters

object JsonObject
  No description available.
 The data is owned by the caller of the function.
name const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: const char*
  No description available.
 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.