mirror of
https://github.com/rafagafe/tiny-json.git
synced 2025-03-12 19:25:30 +00:00
forgot this one
This commit is contained in:
parent
985722a3c3
commit
e84f6fc83c
@ -84,7 +84,7 @@ static inline char const* json_getName( json_t const* json ) {
|
||||
|
||||
/** Get the value of a json property.
|
||||
* The type of property cannot be JSON_OBJ or JSON_ARRAY.
|
||||
* @param json A valid handler of a json property.
|
||||
* @param property A valid handler of a json property.
|
||||
* @return Pointer to null-terminated string with the value. */
|
||||
static inline char const* json_getValue( json_t const* property ) {
|
||||
return property->u.value;
|
||||
|
Loading…
Reference in New Issue
Block a user