/usr/include/jsonrpccpp/common/jsonparser.h is in libjsonrpccpp-dev 0.6.0-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /*************************************************************************
* libjson-rpc-cpp
*************************************************************************
* @file jsonparser.h
* @date 1/21/2015
* @author Peter Spiess-Knafl <peter.knafl@gmail.com>
* @license See attached LICENSE.txt
************************************************************************/
#ifndef JSONRPC_CPP_JSONPARSER_H_
#define JSONRPC_CPP_JSONPARSER_H_
#include <jsoncpp/json/json.h>
#endif // JSONRPC_CPP_JSONPARSER_H_
|