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: 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T12:01:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T21:47:42.015Z (about 1 year ago)
- Topics: avaloniaui, csv, editor, json
- Language: C#
- Homepage:
- Size: 134 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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

## 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