PlayFabClientAPI.UpdateUserData(new PlayFab.ClientModels.UpdateUserDataRequest()
{
Data = new Dictionary<string, string>()
{
{"Data",json},

}
},
result => Debug.Log("うpでとしたよ"),
error =>
{
Debug.Log(error.GenerateErrorReport());
}

);