This website requires JavaScript.
Explore
Help
Sign In
pool
/
json-c
SHA256
Watch
4
Star
0
Fork
1
You've already forked json-c
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
json-c
/
baselibs.conf
2 lines
11 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ - json-c 0.14: * bits.h has been removed * lh_abort() has been removed * lh_table_lookup() has been removed, use lh_table_lookup_ex() instead. * Remove TRUE and FALSE defines, use 1 and 0 instead. * Switch to cmake * Build fixes * Doc updates * Added a json_tokener_get_parse_end() function to replace direct access of tok->char_offset * json_tokener_parse_ex() now accepts a new JSON_TOKENER_VALIDATE_UTF8 flag to validate that input is UTF8 * Add support for unsigned 64-bit integers * A total of 7 new functions were added: * json_object_get_uint64 ( struct json_object const* jso ) * json_object_new_uint64 ( uint64_t i ) * json_object_set_uint64 ( struct json_object* jso, uint64_t new_value ) * json_parse_uint64 ( char const* buf, uint64_t* retval ) * See description of uint64 support, above. * json_tokener_get_parse_end ( struct json_tokener* tok ) * See details under "json_tokener changes", above. * json_object_from_fd_ex ( int fd, int in_depth ) * Allows the max nesting depth to be specified. * json_object_new_null ( ) * Simply returns NULL. Its use is not recommended. * The size of struct json_object has decreased from 96 bytes to 88 bytes. OBS-URL: https://build.opensuse.org/request/show/798586 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/json-c?expand=0&rev=33
2020-04-30 15:47:22 +00:00
libjson-c5
Reference in New Issue
Copy Permalink