[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#946936: ITP: json11 -- A tiny JSON library for C++11



Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond <seb@debian.org>

* Package name    : json11
  Version         : 1.0.0
  Upstream Author : Dropbox, Inc.
* URL             : https://github.com/dropbox/json11
* License         : MIT
  Programming Lang: C++
  Description     : A tiny JSON library for C++11

json11 is a tiny JSON library for C++11, providing JSON parsing and
serialization.
.
The core object provided by the library is json11::Json. A Json object
represents any JSON value: null, bool, number (int or double), string
(std::string), array (std::vector), or object (std::map).
.
Json objects act like values. They can be assigned, copied, moved,
compared for equality or order, and so on. There are also helper methods
Json::dump, to serialize a Json to a string, and Json::parse (static) to
parse a std::string as a Json object.

This package will be a dependency for centreon-broker 19.10.


Reply to: