Hello, I tested your procedure and got the same error.
If you only change the name of the bone, but not all the instances where the bone has a new name, you will create an invalid json.
For this to work you need to use "Find and replace" in your text editor and replace every time the name "root" appears with "root_test", then it will work. I just tested this and the json that didn't work now is accepted by Spine.
こんにちは、手順をテストしましたが、同じエラーが発生しました。
ボーンの名前のみを変更し、ボーンに新しい名前が付けられているすべてのインスタンスを変更しない場合、無効なjsonが作成されます。
これが機能するには、テキストエディタで「検索と置換」を使用し、「root」という名前が「root_test」で表示されるたびに置き換える必要があります。 私はこれをテストしましたが、現在動作していなかったjsonはSpineに受け入れられました。