mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
parent
d384acd706
commit
69678aaa35
1 changed files with 4 additions and 0 deletions
|
@ -1510,6 +1510,10 @@ the same child values in the copied value. Deep copying makes a fresh
|
|||
copy of the child values, too. Moreover, all the child values are deep
|
||||
copied in a recursive fashion.
|
||||
|
||||
Copying objects doesn't preserve the insertion order of keys. Deep
|
||||
copying also loses the key insertion order of any objects deeper in
|
||||
the hierarchy.
|
||||
|
||||
.. function:: json_t *json_copy(json_t *value)
|
||||
|
||||
.. refcounting:: new
|
||||
|
|
Loading…
Add table
Reference in a new issue