I have a JSON object that looks like this:
{
"field": "value",
"field2": "value",
"field3": "value"
}
How can I add this to a keen event as a property similar to the "keen" object so I can reference individual fields, ie. my_property.field1