Il2CppDumper icon indicating copy to clipboard operation
Il2CppDumper copied to clipboard

Add config to control whether json values are escaped

Open esterTion opened this issue 4 months ago • 1 comments

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

esterTion avatar Sep 24 '24 03:09 esterTion