Skip to content

Commit 60bd56b

Browse files
authored
Update ajson.md
1 parent 93b02b7 commit 60bd56b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/advanced/technical/ajson.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
abap2UI5 relies heavily on JSON handling for frontend/backend communication, initially using `/UI2/CL_JSON`. Over time, various issues arose because certain functionalities were not available in specific releases and its limited documentation.
44

5-
To address these challenges, abap2UI5 now uses the open-source project [ajson](https://github.com/sbcgua/ajson) for JSON handling. It is integrated into the project under the `z2ui5` namespace, ensuring that ajson is automatically installed with every abap2UI5 installation. This significantly reduces dependencies on SAP APIs.
5+
To address these challenges, abap2UI5 uses the open-source project [ajson](https://github.com/sbcgua/ajson) for JSON handling.
66

7-
Moreover, working with ajson is straightforward thanks to its clear API, excellent documentation, quick support for issue resolution, and best of all — it is compatible from version 702 to ABAP Cloud.
7+
Using ajson significantly reduces dependencies on SAP APIs. Moreover, it provides a straightforward and reliable approach to JSON handling, thanks to its clear API, excellent documentation, quick support for issue resolution, and best of all — it is compatible from version 702 to ABAP Cloud.
8+
9+
#### Integration
10+
11+
It is integrated into the project under the `z2ui5` namespace and automatically installed with every abap2UI5 installation. You can access it directly using:
12+
```abap
13+
z2ui5_cl_ajson=>
14+
```
15+
16+
#### Updates
17+
18+
Every update and bug fix in ajson is automatically reflected in abap2UI5 via GitHub Actions and the [mirror-ajson](https://github.com/abap2UI5/mirror-ajson) repository, ensuring always using the latest version.

0 commit comments

Comments
 (0)