]> granicus.if.org Git - json-c/commit
Add new json_object_array_sort function
authorFrederik Deweerdt <frederik.deweerdt@gmail.com>
Fri, 7 Oct 2011 19:07:18 +0000 (21:07 +0200)
committerFrederik Deweerdt <frederik.deweerdt@gmail.com>
Fri, 7 Oct 2011 19:07:18 +0000 (21:07 +0200)
commitc43871c86693f34ae143da2d53a3370c670e5554
tree8d7caf42bafaf5db6c998ab1bd0a44fa54bc1693
parenta8ffbe97b0414ce62fd2d697dcf9e76c7514362a
Add new json_object_array_sort function

 - uses libc's qsort to sort the arraylist
 - add test in test1.c
arraylist.c
arraylist.h
json_object.c
json_object.h
test1.c
test1.expected