I'm afraid not, Spine always exports all the skeleton data.
Having many animations does not affect performance, except during loading of the skeleton data. If you are concerned about that, you should not be using JSON at all
use binary, it's much faster to parse and the data is smaller.