how er create json data file to train our rasa model

JavaScript
{
  "text": "hey",
  "intent": "greet",
  "entities": []
}

Source

Also in JavaScript: