add a cmake file for the examples and add the binaries to .gitignore
[project/libubox.git] / blobmsg_json.c
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