This project is no longer maintained. Recommended alternatives:
Most JSON schemas use JSON references to minimize duplication. A JSON reference is an object that looks like {"$ref": "http://some/where"} and points to a JSON object somewhere else.
JSON Reference is a library for resolving references.
- Resolves all references, replacing them with proxy objects.
- Supports references to external files, urls, or custom sources.
- Safely resolves circular references.
- Supports caching dereferenced schemas.
- Dereferenced schemas can be safely json_encoded.
- Works with Swagger, JSON Schema, and any other spec compliant JSON documents.
composer require league/json-reference
Complete documentation is available here.
Please see CHANGELOG for more information about what has changed recently.
$ composer test-server
$ composer test
The benchmarks require a local redis server to be running on localhost at the default port.
$ composer bench
Please see CONTRIBUTING for details.
If you discover any security related issues, please email matthew.james.allan@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.