Skip to content

Commit 0dc8a05

Browse files
authored
Update README.md
1 parent 381b553 commit 0dc8a05

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,7 @@ Utility Functions for ABAP Cloud & Standard ABAP
3434
zoblomov_cl_util=>c_trim_upper( ` JsadfHHs ` ). "->JSADFHHS
3535
zoblomov_cl_util=>c_trim_lower( ` JsadfHHs ` ). "->jsadfhhs
3636
```
37-
###### json
38-
```abap
39-
DATA(ls_usr01) = VALUE usr01( bname = 'name' langu = 'E' ).
40-
DATA(lv_json) = zoblomov_cl_util=>json_stringify( ls_usr01 ).
41-
42-
DATA(ls_usr01_result) = VALUE usr01( ).
43-
zoblomov_cl_util=>json_parse(
44-
EXPORTING
45-
val = lv_json
46-
CHANGING
47-
data = ls_usr01 ).
48-
```
37+
...
4938

5039
#### Contribution & Support
5140
Pull requests are welcome! Whether you're fixing bugs, adding new functionality, or improving documentation, your contributions are highly appreciated. If you encounter any problems, feel free to open an issue.

0 commit comments

Comments
 (0)