Skip to content

Commit 732c787

Browse files
authored
fix code sample
1 parent 45bbbfd commit 732c787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/technical/tools/ajson.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The solution: [ajson](https://github.com/sbcgua/ajson), a robust open-source JSO
1515

1616
ajson integrates directly into the `z2ui5` namespace and installs automatically with abap2UI5. Access it anywhere in your code:
1717
```abap
18-
DATA(json) = z2ui5_cl_ajson=>parse( json_string ).
18+
DATA(input) = z2ui5_cl_ajson=>parse( json_string ).
19+
1920
DATA(output) = z2ui5_cl_ajson=>create_empty( )->set(
2021
iv_path = '/name'
2122
iv_val = 'value'

0 commit comments

Comments
 (0)