Validating JSON against schema in PHP
GitHub was rather slow yesterday, which affected the speed of installing composer dependencies (since most of them are hosted on GitHub anyway). Staring at a slowly scrolling list of installed dependencies, I noticed something interesting. Of course, I've heard of the seld/jsonlint before. It's a port of zaach/jsonlint JavaScript tool to PHP, written by Jordi Boggiano, … Continue reading Validating JSON against schema in PHP