in reply to encoding a boolean in JSON::RPC::Client
>perl -MJSON -E "say to_json({x=>33, params=>{'history'=>JSON::true}, +})" {"params":{"history":true},"x":33} [download]
The best defense against logic is ignorance.