What tool did you use? What does it convert?
Look in your log file after the import fails:
http://esotericsoftware.com/spine-troubleshooting#spine.log
The error is:
Caused by: hB: Error reading attachment: weapon_clip, skin: default
Caused by: hB: Clipping end slot not found: 82
Look in the JSON for weapon_clip
:
"weapon_clip": {
"weapon_clip": {
"type": "clipping",
"name": "weapon_clip",
"end": 82,
"82" is not the name of a slot. Change it to the name of any slot and then it will import, eg:
"end": "hair_hood_be_front",