You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to [json.org](https://www.json.org/json-en.html), JSON is a data exchange format which is based partially on JavaScript. It is easy for humans to read and for machines to understand. JSON data is represented as pairs of keys and values.
23
39
24
-
## Library Features
40
+
## Features
25
41
* Support fo creating well formatted JSON.
26
42
* Support for creating [JSONx](https://www.ibm.com/docs/en/datapower-gateways/10.0.1?topic=20-jsonx).
27
43
* Ability to decode JSON strings and convert them to `Json` objects.
@@ -47,7 +63,7 @@ If you are using composer to manage your dependencies, then it is possible to in
47
63
48
64
Another way to include the library is by going to [releases](https://github.com/WebFiori/json/releases) and download the latest release and extract compressed file content and add them to your include directory.
49
65
50
-
## Usage
66
+
## Basic Usage
51
67
The process of using the classes is very simple. What you have to do is the following steps:
52
68
53
69
* Import (or include) the class [`Json`](https://github.com/WebFiori/json/blob/master/webfiori/json/Json.php).
@@ -57,7 +73,7 @@ The process of using the classes is very simple. What you have to do is the foll
57
73
58
74
For more information and advanced use cases, check [here](https://webfiori.com/learn/webfiori-json).
59
75
60
-
### Simple Example
76
+
### Example
61
77
The following code shows a very simple usage example.
0 commit comments