Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config to control whether json values are escaped #816

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

esterTion
Copy link

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
Copy link
Author

esterTion commented Sep 24, 2024

Newtonsoft.Json换成System.Text.Json之后默认会转义所有的unicode,今天进去搜字符串还愣了一下
新加的配置默认缺键时为false不转义,这样从旧版本直接换程序升级的可以保持和旧版本行为保持一致

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant