···2020extern "C" {
2121#endif // __cplusplus
22222323+/*!
2424+ * @brief Get a JSON object by string from a JSON object.
2525+ *
2626+ * @return The JSON object with the given name if successful, NULL if not.
2727+ */
2828+const cJSON *
2929+u_json_get(const cJSON *json, const char *f);
23302431/*!
2532 * @brief Parse a string from a JSON object into a char array.