json: New function json_serialized_length().
authorBen Pfaff <blp@nicira.com>
Mon, 1 Apr 2013 20:16:59 +0000 (13:16 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 3 Apr 2013 02:21:27 +0000 (19:21 -0700)
commit9df297204560482c6b51571cef05fb8ad0184e35
tree0bf2153763cf309909a6be5f9cac9af3c6dc2ff7
parent1e9dc006a1544b3f84d30512cc90b78f46ab9065
json: New function json_serialized_length().

This will be used for the first time in an upcoming commit.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/json.c
lib/json.h
tests/test-json.c