mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Clarify json_string_length doc
This commit is contained in:
parent
4d5aead31c
commit
5744468c99
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue