Releases: phpgt/Json
Releases · phpgt/Json
Build JsonObject directly from files
Schema validation
In this release, we can now automatically validate JSON objects according to a schema. This feature exists so that WebEngine applications can serve JSON API endpoints with the same effort as HTML pages.
Read the wiki for more information!
July 2023
Internal improvements and more control over json_decode
Throw JsonDecodeException, plus various improvements
v1 release
Following on from the v1 release of PHP.Gt/DataObject earlier today, PHP.Gt/Json is now able to have its first stable release made.
No new functionality has been introduced since the last pre-release, only the upgraded dependency.
Have fun and stay productive!
All JSON compatibility added
It's possible to use all types of JSON object/primitive with this library now. There are more tests required and possibly some extra functionality to add before v1, but for now it will be included in the Fetch repository for real-world testing.