named-binary-tag 0.6.0

Format is used by minecraft for the various files in which it saves data
Documentation
1
2
3
4
5
6
7
8
9
TAG_Compound(''): 1 entry {
  TAG_List('servers'): 1 entry {
    TAG_Compound(''): 3 entries {
      TAG_String('ip'): 'localhost:25565'
      TAG_String('name'): 'Minecraft Server'
      TAG_Byte('hideAddress'): '1'
    }
  }
}