jansson

Edit Package libjansson
http://www.digip.org/jansson/

Jansson is a C library for encoding, decoding and manipulating JSON data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite

Refresh
Refresh
Source Files
Filename Size Changed
baselibs.conf 0000000011 11 Bytes
jansson-2.9.tar.bz2 0000363432 355 KB
jansson-2.9.tar.bz2.asc 0000000819 819 Bytes
libjansson.changes 0000004977 4.86 KB
libjansson.keyring 0000003939 3.85 KB
libjansson.spec 0000002924 2.86 KB
Revision 14 (latest revision is 23)
Adam Majer's avatar Adam Majer (adamm) accepted request 461496 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
- update to new upstream release 2.9
 * New features:
    Add json_auto_t to automatically decref a value that goes out of scope. 
    Available only on GCC and Clang. (#301)
 * Small documentation fixes.
- changelog from 2.8
 * New features:
   - Always preserve insertion order of object items. json_object_iter() 
     and friends, json_object_foreach() and json_dumps() and friends now 
     always work in the insertion order of object items (#293).
   - Add json_object_foreach_safe() macro that allows json_object_del() 
     calls during iteration (#230).
   - Add json_get_alloc_funcs() to allow reading the allocation functions 
     set by json_set_alloc_funcs() (#262, #264).
   - Add json_pack() format specifiers s?, o? and O? for values that can 
     be null (#261, #270).
 * Bug fixes:
   - Fix a crash when parsing inputs consisting of very deeply nested 
     arrays or objects (#282, #284).
   - Never convert numbers to integers in the parser when 
     JSON_DECODE_INT_AS_REAL is set. 
   - Fix a use-after-free in json_pack() error handling.
   - Fix subnormal number parsing on mingw32.
   - Handle out-of-memory situations gracefully in the hashtable 
     implementation
Comments 0
openSUSE Build Service is sponsored by