Expand description
Key deobfuscation for NMS save file JSON.
NMS save files (format 2002+) have obfuscated JSON keys (e.g., "F2P" instead
of "Version"). This module loads mapping files and recursively replaces
obfuscated keys with their readable equivalents.
Structs§
- KeyMapping
- Bidirectional key mapping for NMS save file deobfuscation.
Functions§
- deobfuscate_
json - Deobfuscate JSON bytes: parse, detect obfuscation, apply mapping if needed.
- is_
obfuscated - Detect whether a parsed JSON value has obfuscated keys.