Re: [PATCH v3] routines to generate JSON data

2018-03-23 Thread Jeff Hostetler
On 3/23/2018 2:14 PM, Ramsay Jones wrote: On 23/03/18 16:29, g...@jeffhostetler.com wrote: From: Jeff Hostetler This is version 3 of my JSON data format routines. I have not looked at v3 yet - the patch below is against the version in 'pu' @3284f940c (presumably

Re: [PATCH v3] routines to generate JSON data

2018-03-23 Thread Ramsay Jones
On 23/03/18 16:29, g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > This is version 3 of my JSON data format routines. I have not looked at v3 yet - the patch below is against the version in 'pu' @3284f940c (presumably that would be v2). The version in 'pu'

Re: [PATCH v3] routines to generate JSON data

2018-03-23 Thread Jonathan Nieder
Hi, g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > This is version 3 of my JSON data format routines. > > This version addresses the variable name changes in [v2] and adds additional > test cases. I also changed the BUG() calls to die() to help with testing.

[PATCH v3] routines to generate JSON data

2018-03-23 Thread git
From: Jeff Hostetler This is version 3 of my JSON data format routines. This version addresses the variable name changes in [v2] and adds additional test cases. I also changed the BUG() calls to die() to help with testing. The json-writer routines can be used generate