mirror of
https://github.com/akheron/jansson.git
synced 2025-04-07 06:25:02 +00:00
doc: Add "New in version 2.1" notes to new features
This commit is contained in:
parent
ab723c7fb5
commit
e9e34f430e
1 changed files with 4 additions and 0 deletions
|
@ -738,6 +738,8 @@ can be ORed together to obtain *flags*.
|
|||
with other JSON systems. Even Jansson itself doesn't have any means
|
||||
to decode JSON texts whose root value is not object or array.
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
The following functions perform the actual JSON encoding. The result
|
||||
is in UTF-8.
|
||||
|
||||
|
@ -798,6 +800,8 @@ affect especially the behavior of the decoder.
|
|||
need to be null-terminated. *flags* is currently unused, and should
|
||||
be set to 0.
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
.. function:: json_t *json_loadf(FILE *input, size_t flags, json_error_t *error)
|
||||
|
||||
.. refcounting:: new
|
||||
|
|
Loading…
Add table
Reference in a new issue