cedric
02/04/2018, 1:34 PM"events" : {
"-L3daccTVLOcYi9hVHsD" : {
"description" : "<p>Get your badge and breakfast before the talks start.</p>",
"duration" : "PT1H",
Klaxon can't map "-L3dacc..."
to anything. If this is how your JSON is structured, you're going to have to do some streaming parsing (read JSON objects and arrays as they come in) and then create your values manually.