This constructor is deprecated and will be removed in version 3.0.0 to unify the interface of the library. Deserialization will be done by stream operators or by calling one of the parse functions, e.g. parse(std::istream&, const parser_callback_t). That is, calls like json j(i); for an input stream i need to be replaced by json j = json::parse(i);. See the example below.
One should use signature with std::shared_ptr Process single http request Depending from requested path and filename different actions will be performed. In most cases information is provided by TRootSniffer class