Skip to content

Commit 1191127

Browse files
Update README.md
1 parent 4c48fde commit 1191127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The official delivery of /UI2/CL_JSON will continue. The Open Source version (Z_
1010
### Why
1111
There are a lot of other implementations of the **ABAP to JSON Serializer and Deserializer** in SDN. Still, I found all implementations unsuitable for my needs for different reasons. From SAP_BASIS 7.40 there is also **a simple transformation** available for converting **ABAP to JSON** and **JSON to ABAP**. It is the best choice if you need maximal performance and do not care about **serialization format**, but it fits badly for properly handling ABAP types and name **pretty-printing**.
1212

13-
So, I have written my **ABAP JSON serializer and ** ABAP JSON deserializer**, which have some key differences from other implementations.
13+
So, I have written my **ABAP JSON serializer** and **ABAP JSON deserializer**, which have some key differences from other implementations.
1414

1515
Here, you can find an Open-Source version of the standard /UI2/CL_JSON class in the form of a Z* class that you can use as a local or global one.
1616

0 commit comments

Comments
 (0)