Best place to store global game data?

Storing them in external tables is the way to go, but I don’t know how to access JSON/XML/what have you from blueprints. So for now, I’m storing that stuff in game state, too.