mx-utils / jsonviewer
A simple JSON file viewer
0.1.0
2026-01-18 19:14 UTC
Requires
- php: >=8.2
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
README
Features
- Easy to use
- Dark Theme
License
This software is distributed under the MIT license. Please read LICENSE for information on the software availability and distribution.
Installation & loading
JsonViewer is available on Packagist (using semantic versioning), and installation via Composer is the recommended way to install JsonViewer. Just add this line to your composer.json file:
"mx-utils/jsonviewer": "^0.1.0"
or run
composer require mx-utils/jsonviewer
Note that the vendor folder and the vendor/autoload.php script are generated by Composer; they are not part of JsonViewer.