# Gavin Andresen
# 2011-01-11 21:25:56
# https://bitcointalk.org/index.php?topic=2731.msg37313#msg37313

RE: point you in the right direction: @p{par}

File rpc.cpp, the CommandLineRPC method: @p{par}

I suspect what needs to be done is to properly JSON encode any strings passed via the command line. @p{par}

And then properly decode/recode any strings returned from the JSON RCP call before printing out the result. @p{brk}