Skip to content

Commit d4de888

Browse files
authored
Update ajson.md
1 parent 9eb236f commit d4de888

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/advanced/technical/ajson.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# ajson
2+
3+
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.
4+
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.
6+
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.

0 commit comments

Comments
 (0)