K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-04-23T17:18:13.978078Z K 7 svn:log V 541 New port: devel/picojson PicoJSON is a tiny JSON parser / serializer for C++ with the following properties: * Header-file only * No external dependencies (only uses standard C++ libraries) * STL-friendly (arrays are represented using std::vector, objects are std::map) * Provides both pull interface and streaming (event-based) interface WWW: https://github.com/kazuho/picojson PR: 237262 Submitted by: James Wright Reviewed by: tcberner, tobik Differential Revision: https://reviews.freebsd.org/D19899 END