$t->websocket_ok('/echo') ->send_ok('hello') ->message_ok ->message_is('echo: hello') ->finish_ok; #### my $value = decode_json($json) ->{'foo'}[0]{'bar'};