mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 21:39:06 +08:00
Add a json_set_serializer() function to allow the string output of a json_object to be customized.
This commit is contained in:
@@ -42,6 +42,10 @@ TESTS+= test_printbuf.test
|
||||
check_PROGRAMS+=test_printbuf
|
||||
test_printbuf_LDADD = $(LIBJSON_LA)
|
||||
|
||||
TESTS+= test_set_serializer.test
|
||||
check_PROGRAMS += test_set_serializer
|
||||
test_set_serializer_LDADD = $(LIBJSON_LA)
|
||||
|
||||
EXTRA_DIST=
|
||||
EXTRA_DIST += $(TESTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user