From aadc8c801227ab804df04663a2fb53048e283f8a Mon Sep 17 00:00:00 2001 From: Francis Alvin Barretto Date: Fri, 11 Nov 2016 10:57:07 +0800 Subject: [PATCH] move JSON Schema Validator into separate commit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9783569..6ce7a50 100644 --- a/README.md +++ b/README.md @@ -762,7 +762,6 @@ Libraries to help manage database schemas and migrations. * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now. * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks. -* [JSON Schema Validator](https://github.com/justinrainbow/json-schema) - A PHP Implementation for validating JSON Structures against a given Schema. * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library. * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library. * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.