Skip to content

Commit 006b111

Browse files
authored
Update ajson.md
1 parent 732c787 commit 006b111

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/technical/tools/ajson.md

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

33
abap2UI5 handles all frontend-backend communication through JSON. Initially, the framework used SAP's `/UI2/CL_JSON`, but this approach proved problematic: critical functionality varied across releases, documentation was sparse, and compatibility issues emerged frequently.
44

5-
The solution: [ajson](https://github.com/sbcgua/ajson), a robust open-source JSON library that transformed abap2UI5's architecture.
5+
The solution: [ajson](https://github.com/sbcgua/ajson), a robust open-source JSON library that improved abap2UI5's functionality significantly.
66

77
**Why ajson?**
88
* **Zero SAP API Dependencies** - Eliminates reliance on release-specific SAP classes
99
* **Universal Compatibility** - Works seamlessly from NW 7.02 to ABAP Cloud
1010
* **Developer-Friendly** - Intuitive API with comprehensive documentation
1111
* **Active Maintenance** - Responsive issue resolution and continuous improvements
12-
* **Battle-Tested** - Proven reliability across diverse ABAP environments
1312

1413
#### Integration
1514

@@ -25,4 +24,4 @@ DATA(output) = z2ui5_cl_ajson=>create_empty( )->set(
2524

2625
#### Automatic Updates
2726

28-
Every ajson update and bug fix flows automatically into abap2UI5 via GitHub Actions and the [mirror-ajson](https://github.com/abap2UI5/mirror-ajson) repository. You're always running the latest stable version without manual intervention.
27+
Every ajson update and bug fix flows automatically into abap2UI5 via GitHub Actions and the [mirror-ajson](https://github.com/abap2UI5/mirror-ajson) repository. You're always running the latest stable version without manual intervention.

0 commit comments

Comments
 (0)