PHPackages                             dentelis/phpunit-json-assert - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. dentelis/phpunit-json-assert

ActiveLibrary[Testing &amp; Quality](/categories/testing)

dentelis/phpunit-json-assert
============================

PhpUnit extension for asserting json structure with dentelis/php-structure-validator

734PHP

Since Feb 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dentelis/phpunit-json-assert)[ Packagist](https://packagist.org/packages/dentelis/phpunit-json-assert)[ RSS](/packages/dentelis-phpunit-json-assert/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

phpunit-json-assert
===================

[](#phpunit-json-assert)

PHPUnit data structure validation for JSON documents

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Validator.

```
composer require dentelis/phpunit-json-assert:dev-master
```

Usage
-----

[](#usage)

Add JsonAssertions trait to your test file

```
