@JsonClass(true) data class Attribute
Attribute(index: Int, value: String, encoded: String)
val encoded: String
val index: Int
val value: String