JsonUtils
JsonUtils copied to clipboard
Add JsonPropertyNameAttribute to properties and SerializableAttribute to class
I added JsonPropertyNameAttribute
(JsonPropertyName(string)
) to properties and SerializableAttribute
(Serializable
) to all classes
I reformated a bit the code