33A helper class library for creating JSON or JSONx strings in PHP. It can be used to create well-formatted json strings from any variable type (strings, numbers, boolean arrays and even objects).
44
55<p align =" center " >
6- <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php81 .yml " >
7- <img src="https://github.com/WebFiori/json/workflows/php83.yml/badge.svg?branch=master">
6+ <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php83 .yml " >
7+ <img src="https://github.com/WebFiori/json/actions/ workflows/php83.yml/badge.svg?branch=master">
88 </a >
99 <a href =" https://codecov.io/gh/WebFiori/json " >
1010 <img src="https://codecov.io/gh/WebFiori/json/branch/master/graph/badge.svg" />
@@ -31,15 +31,16 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha
3131## Supported PHP Versions
3232| Build Status |
3333| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
34- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php70.yml " ><img src =" https://github.com/WebFiori/json/workflows/php70.yml/badge.svg?branch=master " ></a > |
35- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php71.yml " ><img src =" https://github.com/WebFiori/json/workflows/php71.yml/badge.svg?branch=master " ></a > |
36- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php72.yml " ><img src =" https://github.com/WebFiori/json/workflows/php72.yml/badge.svg?branch=master " ></a > |
37- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php73.yml " ><img src =" https://github.com/WebFiori/json/workflows/php73.yml/badge.svg?branch=master " ></a > |
38- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php74.yml " ><img src =" https://github.com/WebFiori/json/workflows/php74.yml/badge.svg?branch=master " ></a > |
39- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php80.yml " ><img src =" https://github.com/WebFiori/json/workflows/php80.yml/badge.svg?branch=master " ></a > |
40- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php81.yml " ><img src =" https://github.com/WebFiori/json/workflows/php81.yml/badge.svg?branch=master " ></a > |
41- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php82.yml " ><img src =" https://github.com/WebFiori/json/workflows/php82.yml/badge.svg?branch=master " ></a > |
42- | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php83.yml " ><img src =" https://github.com/WebFiori/json/workflows/php83.yml/badge.svg?branch=master " ></a > |
34+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php70.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php70.yml/badge.svg?branch=master " ></a > |
35+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php71.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php71.yml/badge.svg?branch=master " ></a > |
36+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php72.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php72.yml/badge.svg?branch=master " ></a > |
37+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php73.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php73.yml/badge.svg?branch=master " ></a > |
38+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php74.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php74.yml/badge.svg?branch=master " ></a > |
39+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php80.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php80.yml/badge.svg?branch=master " ></a > |
40+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php81.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php81.yml/badge.svg?branch=master " ></a > |
41+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php82.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php82.yml/badge.svg?branch=master " ></a > |
42+ | <a target =" _blank " href =" https://github.com/WebFiori/json/actions/workflows/php83.yml " ><img src =" https://github.com/WebFiori/json/actions/workflows/php83.yml/badge.svg?branch=master " ></a > |
43+
4344
4445## Installation
4546If you are using composer to manage your dependencies, then it is possible to install the library by including the entry ` "webfiori/jsonx":"*" ` in the ` require ` section of your ` composer.json ` file to install the latest release.
0 commit comments