Commit graph

13 commits

Author SHA1 Message Date
Felix Fietkau
c247bd6c53 blobmsg_json: export blobmsg_add_object
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-06 02:15:48 +01:00
Felix Fietkau
6ae097aef9 switch blobmsg_json over to permissive license 2012-05-26 18:03:08 +02:00
Felix Fietkau
f86133b987 blobmsg: add missing endian conversions 2011-11-17 00:47:54 +01:00
Felix Fietkau
b9a4fefcd4 blobmsg_json: print int16 elements in blobmsg_format_element (patch by Luka Perkov) 2011-11-17 00:40:37 +01:00
Felix Fietkau
4609b27c8e add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8 2011-07-29 12:56:48 +02:00
Felix Fietkau
68a4ba2c82 blobmsg_json: support indenting of output data 2011-07-18 13:04:23 +02:00
Felix Fietkau
656138e5f6 remove int16, use int8 as bool instead of integer 2011-03-27 01:08:51 +01:00
Felix Fietkau
c04feb1bcc add a cast to fix 64 bit issues 2011-02-07 20:30:52 +01:00
Felix Fietkau
84448556c4 validate blobmsg attributes before converting them to json 2011-02-07 17:47:02 +01:00
Felix Fietkau
9a8a7793e2 properly null-terminate formatted json strings 2011-02-07 01:18:56 +01:00
Felix Fietkau
5499a66e24 move json formatting to the blobmsg_json library 2011-02-06 21:23:28 +01:00
Felix Fietkau
19f99f5fde add missing copyright headers 2011-02-06 16:20:57 +01:00
Felix Fietkau
ece35a9105 add a json to blobmsg parsing library 2011-02-06 16:14:15 +01:00