Imports System.Collections.Generic
" ""end"": 0.23034013605442177," + _
" ""end"": 2.222448979591837," + _
" ""CoinDropMixed"": {" + _
" ""end"": 4.3122222222222222," + _
Dim data As DataObject = JsonConvert.DeserializeObject(Of DataObject)(json)
For Each kvp As KeyValuePair(Of String, Sound) In data.spritemap
Console.WriteLine("Name: " + kvp.Key)
Console.WriteLine("Start: " + kvp.Value.start.ToString())
Console.WriteLine("End: " + kvp.Value.end.ToString())
Public Property resources As List(Of String)
Public Property spritemap As Dictionary(Of String, Sound)
Public Property start As Double
Public Property [end] As Double
Public Property [loop] As Boolean