How to get the full JSON?

robjohnson83's picture
Posted by robjohnson83

I am working on development, but the documentation still seems to be fairly sparse. For example, I see in the Ruby football.rb document it shows:

interaction['interaction']['type']
interaction['interaction']['content']

...to receive "type" and "content" respectively, but what if I want to store the entire JSON stream into a database? I looked through the documentation and I can't see anywhere an option to take the entire raw JSON output and use it.

1 year 6 months ago