As an example, say I want to save a player's profile name in one of these types of files. Is their an advantage of one to the other? Do these formats have specific formatting of the text inside to work properly, or can anything be saved, regardless of a specific syntax? I've seen this kind of stuff in .ini files:
Code:
[Player.Profile]
 PlayerName="Name"
Does it even matter what format the text is arranged? Or is it just for organization?