A simple and easy to use Json Viewer. It supports any type JSON .NET For Unity support.
Features:
✔️ new: Parallel operations to avoid locking Unity UI
✔️ Toggle option to change the viewer between Raw text and Json View
✔️ Copy and Paste the text from clipboard
✔️ Read only mode to avoid changing the json
✔️ Edit the content that adapts with content type
✔️ Expand and collapse functionality
✔️ Search bar included
✔️ Stats like parse time and length os json
Extensability:
This editor is ready to be used in your own editor by using with UIElements or IMGUI. A sample of usage is a JsonFileView that uses JsonView to show the file