From b9672ed0a3281fd89a793fa1ee8e05f2fb4a1b34 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Fri, 15 Dec 2023 02:55:27 +0300 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a9572bd..f2669db 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 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, boolean arrays and even objects).

- - + + @@ -31,15 +31,16 @@ According to [json.org](https://www.json.org/json-en.html), JSON is a data excha ## Supported PHP Versions | Build Status | |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| | -| | -| | -| | -| | -| | -| | -| | -| | +| | +| | +| | +| | +| | +| | +| | +| | +| | + ## Installation 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.