Program that uses JSON data
How to correctly handle obfuscation on programs that uses JSON data
[Serializable]
class jsonDATA
{
public string username { get; set; }
public string password { get; set; }
}Last updated
Was this helpful?
How to correctly handle obfuscation on programs that uses JSON data
[Serializable]
class jsonDATA
{
public string username { get; set; }
public string password { get; set; }
}Last updated
Was this helpful?
Was this helpful?