json_script: enable custom expr handler callback
[project/libubox.git] / blobmsg_json.c
2017-01-04 André Gaulblobmsg: add support for double
2016-07-02 Matthias Schifferblobmsg_json: add new functions blobmsg_format_json_value*
2016-06-26 Matthias SchifferFix various memory management issues
2016-04-06 Matthias Schifferblobmsg_json: simplify add_separator and fix thread...
2016-02-09 Jo-Philipp Wichblobmsg_json: support json_type_null in blobmsg_add_jso...
2014-09-23 Felix Fietkaublobmsg_json: include json.h inside blobmsg_json.c...
2014-09-23 Felix Fietkauavoid using the deprecated is_error() function from...
2014-05-31 Felix Fietkaublobmsg_json: use cross-platform macro for fprintf...
2014-04-26 Felix Fietkaublobmsg_json: let blobmsg_format_json_with_cb with...
2014-04-12 Felix Fietkaublobmsg_json: fix a memleak on error
2014-03-12 Felix Fietkaublobmsg_json: unconditionally use blobmsg data/len...
2013-11-27 Jo-Philipp Wichblobmsg_json: do not emit any whitespace when formattin...
2013-10-04 Felix Fietkaublobmsg_json: allow signed output of integers
2013-06-21 Felix Fietkaublobmsg_json: do not corrupt UTF-8 strings
2013-06-21 Felix Fietkaublobmsg_json: fix \u escaping for control characters
2013-05-29 Felix Fietkaublobmsg_json: add blobmsg_add_json_from_file
2013-01-29 Felix Fietkaublobmsg_json: fix buffer growing on blobmsg json formatting
2013-01-13 Felix Fietkaublobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat...
2013-01-06 Felix Fietkaublobmsg_json: export blobmsg_add_object
2012-05-26 Felix Fietkauswitch blobmsg_json over to permissive license
2011-11-16 Felix Fietkaublobmsg: add missing endian conversions
2011-11-16 Felix Fietkaublobmsg_json: print int16 elements in blobmsg_format_el...
2011-07-29 Felix Fietkauadd BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
2011-07-18 Felix Fietkaublobmsg_json: support indenting of output data
2011-03-27 Felix Fietkauremove int16, use int8 as bool instead of integer
2011-02-07 Felix Fietkauadd a cast to fix 64 bit issues
2011-02-07 Felix Fietkauvalidate blobmsg attributes before converting them...
2011-02-07 Felix Fietkauproperly null-terminate formatted json strings
2011-02-06 Felix Fietkaumove json formatting to the blobmsg_json library
2011-02-06 Felix Fietkauadd missing copyright headers
2011-02-06 Felix Fietkauadd a json to blobmsg parsing library