json2pb icon indicating copy to clipboard operation
json2pb copied to clipboard

Request: Add "pretty-print" option for pb2json

Open robiwano opened this issue 9 years ago • 0 comments

std::string pb2json(const Message &msg, const int indentation /* = 0 */)
{
    ...
    json_dump_callback(root, json_dump_std_string, &r, JSON_INDENT(indentation));
}

robiwano avatar Jul 19 '16 15:07 robiwano