My project use old version of jsoncpp which without allocator.h.And I found std::string take up too muck memory after run jeprof. I know the reason for this is std::string' default memory pool, malloc ...
Using JsonCpp in your project The recommended approach to integrating JsonCpp in your project is to build the the amalgamated source (a single .cpp file) with your own build system. This ensures ...