Nson Save Editor New: [better]
while not EOF: tag = read_byte() switch tag: case TYPE_INT32: value = read_int32() case TYPE_STRING: length = read_varint() value = read_bytes(length).decode('utf-8') case TYPE_OBJECT_START: obj = {} while peek_tag() != TYPE_OBJECT_END: key = read_string() obj[key] = parse_value() consume(TYPE_OBJECT_END) ...
(often referred to as NSON SE New) is a specialized, community-driven software utility designed for advanced management and modification of save data on the Nintendo Switch console. It is the successor to earlier NSON-based editing tools and focuses specifically on games that use the NSON (Nintendo Serialized Object Notation) save format—a JSON-like data structure employed by a growing number of modern Switch titles. nson save editor new