<@U1VBC6HJ7> Your JSON contains objects with chang...
# klaxon
c
@kenkyee Your JSON contains objects with changing key ids:
Copy code
"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.