Binary package “picojson-dev” in ubuntu lunar

C++ JSON parser/serializer (development files)

 PicoJSON is a tiny JSON parser/serializer for C++ with following properties:
  - header-file only
  - no external dependencies (only uses standard C++ libraries)
  - STL-frendly (arrays are represented by using std::vector, objects are
    std::map)
  - provides both pull interface and streaming (event-based) interface