Whether it be a bug or my ignorance to common JSON practices, I found out today that parsing JSON objects into my Klips won't work unless the keys do not have spaces. The solution was to use the contains() function rather than call the key for the field I was trying to display.
BEFORE
AFTER