Unable to send json data to elastic search

Thanks for your reply. My json output is like below. I'm trying to insert each data set into elastic search.

[
{
"action": "enter",
"example": "app~textbox~$username_editbox~enter~lbcleader1",
"idactions": 1,
"info": "It enters value on the web control like editbox description etc"
},
{
"action": "set",
"example": "app~textbox~$username_editbox~set~lbcleader1",
"idactions": 2,
"info": "It sets value on the web control like editbox description etc"
}
]