Searched refs:to_json (Results 1 – 4 of 4) sorted by relevance
73 response.json_payload = test_message.to_json107 STDERR.puts("conformance_ruby: request=#{request.to_json}, " \108 "response=#{response.to_json}\n")
43 def to_json method
64 msg.to_json
860 json = m.to_json887 assert_equal m.to_json, encoded_msg890 assert_equal TestMessage.decode_json(m.to_json), decoded_msg