oleg-ganshonkov/quick-view

v1.0.2 2025-03-14 15:37 UTC

This package is auto-updated.

Last update: 2025-06-14 16:18:36 UTC


README

Displaying JSON in the terminal::
echo (new QuickView())->json($data, true);

Screenshot from 2025-03-10 17-00-19

Displaying JSON on a website:
echo (new QuickView())->json($data);

Screenshot from 2025-03-10 16-59-54