X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2Fapiref.rst;h=e8f13756021b47cf6cf26ad920f1475206e6001a;hb=f309e30320fbc4b6bfaa5fb8dc57384a5ddcdcdd;hp=0128cc0fcebf9b718b77f168a78090a5a4e6faa4;hpb=4a6939ef877e5c67d79061fac65d6610cb33305d;p=jansson.git diff --git a/doc/apiref.rst b/doc/apiref.rst index 0128cc0..e8f1375 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -1101,7 +1101,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: