WelliSolutions / HugeJsonViewer

Viewer for JSON files that can be GBs large.
MIT License
284 stars 18 forks source link

Support for non-Windows platform, e.g., Linux, FreeBSD,... #17

Open koutheir opened 5 years ago

koutheir commented 5 years ago

This application is designed to run on Windows platforms.

I suggest to make it possible to run this application on common non-Windows platforms, such as Linux, FreeBSD, etc. A reasonable way would be to make the application compatible with the Mono implementation of the .NET framework, which would make it way more accessible.

As an alternative, one could consider reimplementing the application in another language/framework which allows easier platform independence.