Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidtimovski/json-formatter
A cross-platform desktop application for formatting JSON strings
https://github.com/davidtimovski/json-formatter
avaloniaui dotnet-core
Last synced: 2 months ago
JSON representation
A cross-platform desktop application for formatting JSON strings
- Host: GitHub
- URL: https://github.com/davidtimovski/json-formatter
- Owner: davidtimovski
- License: mit
- Created: 2023-01-28T16:19:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T15:49:20.000Z (over 1 year ago)
- Last Synced: 2024-02-14T06:35:53.083Z (11 months ago)
- Topics: avaloniaui, dotnet-core
- Language: C#
- Homepage:
- Size: 388 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avalonia - JSON Formatter - A cross-platform desktop application for formatting JSON strings. (Samples and Projects / Software Development)
README
# JSON Formatter
A cross-platform desktop application for formatting JSON strings.
![Preview](preview.webp)
## How do I try it?
Build the project in Release mode and run the produced executable.
There is no installer to download because this app is not ready for prime time.
Large JSON objects render too many UI elements, making the formatting time annoyingly long and consuming way too much memory.I don't blame Avalonia UI for this. This is just the type of app that requires custom optimization which I am not proficient enough to implement.
So until the performance and memory consumption issues are resolved I will not create downloadable installers for it.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.