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
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