JSON_STR = """
{ "stat" : "ok", "type" : "gameState", "you" : { "user_id" : "mikelikespie", "id" : "1Sfg"               }, "gameState" : { "hand" : "blinds", "buttonOn" : 1,         "actionOn" : 0,         "minimumBet" : 6.0,     "minimumRaise" : null, "canCheck" : false, "players" : [ { "id" : "1Sfg",      "owner" : "mikelikespie", "money" : 350.35, "handHistory" : [ { "action" : "bet", "ammount" : 50.0 }, { "action" : "fold" }] }, { "id" : "che35ez",       "owner" : "cheezbuger", "money" : 355, "handHistory" : [ { "action" : "fold" }] } ] } }
"""

