json: New function json_to_ds().
authorBen Pfaff <blp@nicira.com>
Fri, 22 Jan 2010 22:57:18 +0000 (14:57 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 17:49:30 +0000 (09:49 -0800)
commit36d802ae1fd61d5ae3bfa1b114b8f3a911d987e5
tree07cb96b35ed403aafef96934a797792456323cd6
parent7d23a63aa4bc4479bf85b739e5be80ab12c5fc1b
json: New function json_to_ds().

Some upcoming code wants to serialize JSON into a "struct ds" dynamic
string buffer, so expose an interface to do this.

This commit doesn't change much, but it renames some functions internal
to json.c to make the naming more consistent.

Also, make jsonrpc_log_msg() use this new function, since it is a more
straightforward way to do what it wants.
lib/json.c
lib/json.h
lib/jsonrpc.c