Get bool by String key.
Throws SquintException if key is not found.
bool boolean(String key) => booleanNode(key).data;