A helper package for the assert json structure test method. It will create a json structure as needed from an api endpoint of your application.
You can install the package via composer:
composer require hyperlink/laravel-json-structure --dev
php artisan json:structure "<route name>"
Example
php artisan json:structure "users.index"
The MIT License (MIT). Please see License File for more information.