]> git.ipfire.org Git - thirdparty/json-c.git/commit
Add a json_set_serializer() function to allow the string output of a json_object...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 2 Sep 2012 20:21:56 +0000 (15:21 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 2 Sep 2012 20:21:56 +0000 (15:21 -0500)
commit38f421a2e7f4453bdc7f206681dbcbfb1b00de4c
tree0b1772e2dc05f8efb749d8f8fcb83dca7d8169d6
parentf74e8f8f9b1314293623c293e10fc838b89c7ddb
Add a json_set_serializer() function to allow the string output of a json_object to be customized.
.gitignore
json_object.c
json_object.h
json_object_private.h
tests/Makefile.am
tests/test_set_serializer.c [new file with mode: 0644]
tests/test_set_serializer.expected [new file with mode: 0644]
tests/test_set_serializer.test [new file with mode: 0755]