Last Updated: February 25, 2016
·
835
· krydos

Simple JSON Validation [PHP]

Hi everyone. I wrote a little library which I using in my projects. This library allows you to validate JSON via rules (php array with regex).

Please check this out at this link - https://github.com/KryDos/JSONRulesChecker

This library are very useful for me and I hope it will be useful for someone else.

Thanks.