Simple animation viewer

Hello! I’m completely new to CocoStudio/Cocos2d and looking for a way to view/run some animatied sprites from a mobile game I enjoy. There’s a .plist, .png, and .ExportJson for each sprite, along with some .vfxj and .vfxb files. I would like to open them and be able to view their animations(Each has an idle, an active, 3 basic attacks, and 1-2 special attacks as far as I know. The special attacks are partly on their own sprite.) Is this possible to achieve with the files I have?

https://drive.google.com/open?id=1YiHGjEP3DkMpR1Pt6K2_M1_zdOn0fDtD
^ .zip of one character’s sprites

Have you thought about Cocos Creator instead of Studio?

I’m not particular about the program, I just want to find a way to run them. If you think Cocos Creator would be better, I’d definitely go with that.

There is also Texture Packer.

I have the sprites I want though, I’m just not sure how to view/animate them in any of the programs mentioned. The closest I managed to get was in Cocos Creator, where I managed to load the .png as a sprite node and then put the .plist as its atlas. However, I don’t know what to do with the ExportJson or any of the other files.