Re: [PATCH v5] json_writer: new routines to create data in JSON format

2018-03-27 Thread Wink Saville
On Tue, Mar 27, 2018 at 2:02 PM wrote: > > From: Jeff Hostetler > > Add a series of jw_ routines and "struct json_writer" structure to compose > JSON data. The resulting string data can then be output by commands wanting > to support a JSON output

[PATCH v5] json_writer: new routines to create data in JSON format

2018-03-27 Thread git
From: Jeff Hostetler Add a series of jw_ routines and "struct json_writer" structure to compose JSON data. The resulting string data can then be output by commands wanting to support a JSON output format. The json-writer routines can be used to generate structured data