Remove unnecessary JSON::Field calls

This commit is contained in:
Alex Ling 2020-03-14 23:59:46 +00:00
parent 82fb45b242
commit e68678f2fb

View File

@ -192,10 +192,7 @@ class TitleInfo
# { user1: { entry1: 10, entry2: 0 } }
include JSON::Serializable
@[JSON::Field(key: "comment")]
property comment = "Generated by Mango. DO NOT EDIT!"
@[JSON::Field(key: "progress")]
property progress : Hash(String, Hash(String, Int32))
def initialize(title_dir)