libdocker icon indicating copy to clipboard operation
libdocker copied to clipboard

Pick a JSON library and expose some convenience functions

Open danielsuo opened this issue 8 years ago • 1 comments

Some options:

  • http://www.digip.org/jansson/
  • http://zserge.com/jsmn.html (probably too simple / not performant)
  • https://github.com/json-c/json-c
  • https://github.com/kgabis/parson
  • https://github.com/udp/json-parser

danielsuo avatar Mar 23 '17 12:03 danielsuo

json-c is pretty good for the task in hand.

ghost avatar Mar 25 '20 15:03 ghost