コード例 #1
0
 static LiveRiakConnectionTestBase()
 {
     ClientId = RiakConnection.ToClientId(TestClientId);
     TestJson = new { @string = "value", @int = 100, @float = 2.34, array = new[] { 1, 2, 3 }, dict = new Dictionary <string, string> {
                          { "foo", "bar" }
                      } }.ToJson();
 }