PHP Classes

Notable PHP package: JSON Schema Validator

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 154

Last month viewers: 2

Categories: Notable Packages

JSON is a well known structured data format that modern applications use to exchange data.

Even though the JSON format and existing parsers are very robust, they do not validate the consistency of the data types and relationships that applications expect.

This package can validate a JSON data structure to determine if it matches a given specification that an application requires.

Read this article to learn more details about how this notable PHP package works.




Loaded Article
The package JSON Schema Validator is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Validate JSON data using a structure specification

Here follows in more detail what it does:

This package can validate JSON data using a structure specification.

It takes as parameters a string with a value in JSON format and an array with a schema definition that provides details of the types and constraints expected in the JSON data to determine if it is valid.

The package validates the JSON data structure and returns whether it matches the provided structure specification, as well any error messages in case it was considered invalid.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.



You need to be a registered user or login to post a comment

1,614,687 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable PHP package: ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)