Browse Source

Push json-schema package up the list so that it complies to alphabetical order

pull/629/head
Mirosław Filip 9 years ago
parent
commit
6e76e7575e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -644,12 +644,12 @@ Libraries to help manage database schemas and migrations.
644 644
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
645 645
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
646 646
 * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
647
+* [Json-schema](https://github.com/justinrainbow/json-schema) - [Json-schema](http://json-schema.org) validation.
647 648
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
648 649
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
649 650
 * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
650 651
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
651 652
 * [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
652
-* [json-schema](https://github.com/justinrainbow/json-schema) - [json-schema](http://json-schema.org) validation.
653 653
 
654 654
 ## API
655 655
 *Libraries and web tools for developing APIs.*

Loading…
Cancel
Save