android-studio

JSON viewer plugin for android studio?


Please help me to find a JSON viewer plugin for android studio like Eclipse JSON Editor plugin.

I tried both JSONFormatter & JSON online viewer, but not working like Eclipse JSON Editor Plugin.


Solution

  • 1) Open a new scratch buffer (Ctrl + Shift + A and enter "scratch buffer").

    2) Paste your json into the scratch buffer

    3) Change the file language to Json (Ctrl + Shift + A and enter "change file language")

    4) Reformat Code (Ctrl + Alt + L)