|
3 | 3 | A 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, booleans, arrays, and even objects). |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"> |
7 | | - <img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main"> |
| 6 | + <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yaml"> |
| 7 | + <img src="https://github.com/WebFiori/json/actions/workflows/php84.yaml/badge.svg?branch=main"> |
8 | 8 | </a> |
9 | 9 | <a href="https://codecov.io/gh/WebFiori/json"> |
10 | 10 | <img src="https://codecov.io/gh/WebFiori/json/branch/main/graph/badge.svg" /> |
@@ -57,10 +57,10 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha |
57 | 57 | ## Supported PHP Versions |
58 | 58 | | Build Status | |
59 | 59 | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| |
60 | | -| <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=main"></a> | |
61 | | -| <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=main"></a> | |
62 | | -| <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=main"></a> | |
63 | | -| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yml"><img src="https://github.com/WebFiori/json/actions/workflows/php84.yml/badge.svg?branch=main"></a> | |
| 60 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php81.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php81.yaml/badge.svg?branch=main"></a> | |
| 61 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php82.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php82.yaml/badge.svg?branch=main"></a> | |
| 62 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php83.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php83.yaml/badge.svg?branch=main"></a> | |
| 63 | +| <a target="_blank" href="https://github.com/WebFiori/json/actions/workflows/php84.yaml"><img src="https://github.com/WebFiori/json/actions/workflows/php84.yaml/badge.svg?branch=main"></a> | |
64 | 64 |
|
65 | 65 | ## Installation |
66 | 66 | If 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: |
@@ -530,5 +530,3 @@ try { |
530 | 530 | #### Static Methods |
531 | 531 | - `Json::decode($jsonStr): Json` |
532 | 532 | - `Json::fromJsonFile($pathToJsonFile): Json` |
533 | | - |
534 | | -For more information and advanced use cases, check [the official documentation](https://webfiori.com/learn/webfiori-json). |
0 commit comments