Il2CppDumper
Il2CppDumper copied to clipboard
Add config to control whether json values are escaped
This PR adds a new config key EscapeJsonValues
, which controls whether unicode and special characters are escaped.
See UnsafeRelaxedJsonEscaping
The default value for missing the key is false
, which makes the new version of Il2cppDumper
behaves the same as old version prior to this change