Publisher | HM Lab |
---|---|
File size | 1.38MB |
Number of files | 24 |
Latest version | 1.3.1 |
Latest release date | 2021-09-03 12:49:26 |
First release date | 2019-10-25 10:47:10 |
Supported Unity versions | 2018.4.2 or higher |
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
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