Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zukarusan/simple-json-editor
Avalonia UI - Simple Json Editor
https://github.com/zukarusan/simple-json-editor
avaloniaui csv editor json
Last synced: about 6 hours ago
JSON representation
Avalonia UI - Simple Json Editor
- Host: GitHub
- URL: https://github.com/zukarusan/simple-json-editor
- Owner: zukarusan
- Created: 2023-04-25T03:53:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-25T12:01:32.000Z (over 1 year ago)
- Last Synced: 2024-11-05T12:03:04.655Z (about 2 months ago)
- Topics: avaloniaui, csv, editor, json
- Language: C#
- Homepage:
- Size: 134 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Json-Editor
This is a simple JSON editor based on Avalonia UI with minimal features:
- Prettify
- Minify
- Keyboard's Copy/Paste/Cut
- Convert to CSV
- Direct convert large JSON to CSV![image](https://user-images.githubusercontent.com/44023565/234268893-69580df6-1f7c-41c0-a17c-e302500b1d18.png)
## Reference
---
1. Avalonia UI - https://docs.avaloniaui.net/
2. Avalonia.Edit - https://github.com/AvaloniaUI/AvaloniaEdit
3. ChoETL - https://github.com/Cinchoo/ChoETL
4. AvaloniaProgressRing - https://github.com/Deadpikle/AvaloniaProgressRing