Clarify json_string_length doc

This commit is contained in:
Petri Lehtinen 2013-09-30 09:37:18 +03:00
parent 4d5aead31c
commit 5744468c99

View file

@ -337,7 +337,7 @@ U+10FFFF are allowed.
.. function:: size_t json_string_length(const json_t *string)
Returns the length of *string* as a UTF-8 encoded string, or zero
Returns the length of *string* in its UTF-8 presentation, or zero
if *string* is not a JSON string.
.. function:: int json_string_set(const json_t *string, const char *value)