Videos
I saved some webpages in my android device but I can't open it, even I open it has jibrish thing.
Image link: https://ibb.co/ZmXBRNM
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)
I found the solution by creating a file with an extension of .json inside your project. Then paste the unaligned json content in this file, then press align keys(Keys combination may vary based on your Android studio Keymap. For me Ctrl + Alt + L). That's all json data is aligned with indents.
Hey everyone!
I recently made a little tool called JviewSON, and I thought it might come in handy for anyone who works with JSON files regularly. Itβs simple and designed for viewing and analyzing JSON files without any unnecessary extras.
A few key features:
Displays JSON data in a clean and easy-to-read structure.
Built-in search to help you find what you need fast.
Automatically updates if the JSON file changes in the background.
Itβs view-only, so no risk of accidentally editing your data.
If youβre curious, you can check it out on itch.io, where you can also run a browser-based version without downloading:
https://pocdev.itch.io/jviewson
Or if you prefer to dig into the code (made in Godot) hereβs the GitHub repo:
https://github.com/andreas-volz/JviewSON
Would love to hear what you think or if you have any ideas for improvement!