mirror of
https://github.com/akheron/jansson.git
synced 2025-04-07 06:25:02 +00:00
parent
42bc7a3c50
commit
c7f86abf6d
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ More examples::
|
|||
json_pack("{s:i, s:i}", "foo", 42, "bar", 7);
|
||||
|
||||
/* Build the JSON array [[1, 2], {"cool": true}] */
|
||||
json_pack("[[i,i],{s:b]]", 1, 2, "cool", 1);
|
||||
json_pack("[[i,i],{s:b}]", 1, 2, "cool", 1);
|
||||
|
||||
|
||||
.. _apiref-unpack:
|
||||
|
|
Loading…
Add table
Reference in a new issue