kommissar
Serialising and deserialising json derived file
I think I need to do some trial and error because honestly I'm not following. Thank you for your help though, and I won't bother you anymore because clearly I need to do some reading to understand the subject better rather than to waste people's time 😉
Basically I'm trying to make a modding tool for Rome Total War Remastered, where game / mod files can be deserialised into GUI objects, that can be edited and then serialised back into this format so that the game can read them.
It's funny that I managed to release relatively successful games on Steam, but can't deal with simple serialisation issue 🙂
24 replies
Serialising and deserialising json derived file
It's internally called quasi-json, the main difference is that we assume an enclosing object (i.e. the first element does not have to be an object or array opening brace) and all key-value pairs MUST be ended by a comma (as opposed to true JSON where the last one in an object explicitly cannot)
24 replies