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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,26 @@ A helper class library for creating JSON or JSONx strings in PHP. It can be used
19
19
20
20
## What is JSON?
21
21
22
-
Accoording 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.
22
+
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
23
24
24
## Library Features
25
25
* Support fo creating well formatted JSON.
26
26
* Support for creating [JSONx](https://www.ibm.com/docs/en/datapower-gateways/10.0.1?topic=20-jsonx).
27
27
* Ability to decode JSON strings and convert them to `Json` objects.
28
-
* Ability to read JSON files and map JSON values to PHP datatypes.
29
-
* Ability to manupulate JSON properties as needed.
28
+
* Ability to read JSON files and map JSON values to PHP data types.
29
+
* Ability to manipulate JSON properties as needed.
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.
0 commit comments