C / JSON Library in popular Linux distros?

Posted by Tim Post on Stack Overflow See other posts from Stack Overflow or by Tim Post
Published on 2009-05-04T09:32:55Z Indexed on 2010/04/24 2:53 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

I have a program written in C that has to input and output JSON over a local domain socket. I've found several C / JSON libraries that 'almost work' through searches. Prior to taking one of the libraries that I found .. I want to be sure that I'm not over-looking a library that is commonly found on modern Linux distros.

I'd also really appreciate links to libraries that you use. Most likely, I'll just drop it in tree, unless I realize that I've over looked something widely distributed.

I am tagging this as subjective because the answer that I select is the one linking to a library that works for me, that does not mean its the 'best' library.

I want to take an existing array and easily convert it to a buffer that can be sent, or take a buffer and easily convert it into an allocated array.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about c

    Related posts about JSON