I have a basic Windows Forms Application for simple crud operations with my json datas. After I select my current json file, a richtextbox is filled with my json file. Is there a way to open a webpage (codebeautify or jsonformatter) and fill the text area from my richtextbox ?
if its not possible how about these suggestions ?
1- save the json file to a temp .json file and open it with uri's containing my local path file(if its possible of course)
2- uploading the json file to gist github and reopen it like the link below
I'm open to any recommendations sorry for my English.