I have hundreds of 4.1 json files in a game project and need a quick way to convert them into 4.2
So I have to complete 2 steps: json-> spine, spine->json, correct?
A bit strange, as json -> json works fine except the situation described.
Unfortunately the first command you suggested returns "ERROR: Input and output specified without specifying an action." So probably it should be Spine -i <path to the .json file> -o <path to save the .spine file> -r
?
And the result of the second command is the same incorrect one.