v2 / vlib / toml / tests / testdata / array_of_tables_2_level_test.out
1 lines · 1 sloc · 227 bytes · 24cd619ff8b2efbd6385ff525ad667c8d2428106
Raw

{ "albums": [ { "name": "Born to Run", "songs": [ { "name": "Jungleland" }, { "name": "Meeting Across the River" } ] }, { "name": "Born in the USA", "songs": [ { "name": "Glory Days" }, { "name": "Dancing in the Dark" } ] } ] }