Re: Fast JSON parsing - was Re: opinion? LISTCAT (equivalent) with XML / JSON output

2015-07-21 Thread John McKown
On Tue, Jul 21, 2015 at 5:52 AM, David Crayford dcrayf...@gmail.com wrote: On 20/07/2015 9:37 PM, John McKown wrote: ​Thanks for the pointer. This is a on my own project which has been put on the back burner​. I'm fighting a hardware upgrade issue at home right now. I think the SATA

Re: Fast JSON parsing - was Re: opinion? LISTCAT (equivalent) with XML / JSON output

2015-07-21 Thread Jim Carpenter
On Tue, Jul 21, 2015 at 12:45 PM, John McKown john.archie.mck...@gmail.com wrote: Versus what other distribution? RH was one of the first available. When I first tried, and failed, there was mainly only Slackware. I couldn't get that installed on my XT. Ahhh... Good ol' Slackware. I tried that

Re: Fast JSON parsing - was Re: opinion? LISTCAT (equivalent) with XML / JSON output

2015-07-21 Thread David Crayford
On 20/07/2015 9:37 PM, John McKown wrote: ​Thanks for the pointer. This is a on my own project which has been put on the back burner​. I'm fighting a hardware upgrade issue at home right now. I think the SATA interface on the motherboard of one of my systems is getting flaky. And the old, IDE,

Re: Fast JSON parsing - was Re: opinion? LISTCAT (equivalent) with XML / JSON output

2015-07-20 Thread John McKown
On Mon, Jul 20, 2015 at 8:12 AM, David Crayford dcrayf...@gmail.com wrote: FYI, If you are interested in the most efficient JSON parser out there check out jsmn (jasmine) http://zserge.com/jsmn.html. It's an incredibly simple low level API that does no memory allocations and is a thing of