A sample JSON file is provided below for your reference. Please note that the file extension to a stored JSON file should be .json.

{

    "10000":{

       "title":"ToDo",

       "destination":[

         {

            "id":"10704"

         },

          {

             "id":"6"

          }

       ],

       "isEntryStatus" : true

    },

    "10704":{

       "title":"Approved",

       "destination":[

          {

             "id":"3",

             "transitionFields":["resolution"]

          },

          {

             "id":"6"

          }

       ]

    },

    "3":{

       "title":"InProgress",

       "destination":[

          {

             "id":"10500"

          }

       ]

    },

    "10500":{

       "title":"Fixed",

       "destination":[

          {

             "id":"10901"

          }

       ]

    },

    "10901":{

       "title":"Review",

       "destination":[

          {

             "id":"3",

             "transitionFields":["customfield_10400"]

          },

          {

            "id":"10805"

          }

       ]

    },

    "10805":{

       "title":"Done",

       "destination":[

        {

           "id":"6",

           "transitionFields":["resolution"]

        }

     ]

    },

    "6":{

        "title":"Closed",

        "destination":[

         {

            "id":"10403"

         }

      ]

     },

    "10403":{

        "title":"Reopen",

        "destination":[

         {

            "id":"10000"

         }

      ]

     }

 }