Public Class clsAttributes Public Class Attribute Public Property key As String Public Property value As String Public Property type As String Public Property panel As String Public Property label As String End Class Public Class Link Public Property rel As String Public Property href As String End Class Public Class Root Public Property attributes As List(Of Attribute) Public Property links As List(Of Link) End Class End Class