braesident/jdump

Create a dump of variables and output them as a JSON string.

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/braesident/jdump

1.0.3 2024-08-11 19:25 UTC

This package is auto-updated.

Last update: 2026-01-11 22:52:12 UTC


README

Create a dump of variables like var_dump and output them as a JSON string.

If the variable is a Boolean or a number, it is returned directly. Other types are returned as application/json.

install

composer require braesident/jdump

howto

jdump($anyVar);