Browse Source

Added MetaYaml

MetaYaml is a schema validation library I wrote some time ago (pretty mature IMO), I still maintain it and will publish probably a new version some time soon :)
pull/43/head
Romaric Drigon 12 years ago
parent
commit
a02414fc1b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

417
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
417
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
418
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
418
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
419
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
419
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
420
+* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library, supporting YAML, JSON and XML.
420
 
421
 
421
 ## REST and API
422
 ## REST and API
422
 *Libraries and web tools for developing REST-ful APIs.*
423
 *Libraries and web tools for developing REST-ful APIs.*

Loading…
Cancel
Save