Get int by String key.
Throws SquintException if key is not found.
int integer(String key) => integerNode(key).data;