I am getting and displaying json data for the selected file from dropdown in textarea successfully. Now my requirement is that I wanted to edit the json data for the selected file in textarea either using angularjs(ng-jsoneditor) or any other libraries/tools to validate. I have tried the following, but I cannot make it to work or integrate with this or any other libraries as expected to edit the content as it is giving: object {0} (empty object) on default or clicking on change options button.
I am following this.
I have created the above code in Plnkr.