Skip to content

Commit 4c48fde

Browse files
Update README.md
1 parent 2b9c882 commit 4c48fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## About this project
66

7-
This is an Open source version of the standard /UI2/CL_JSON class and its public documentation previously available on SCN wiki as "One more ABAP to JSON Serializer and Deserializer" from 2013.
7+
This is an Open-source version of the standard /UI2/CL_JSON class, and its public documentation was previously available on the SCN wiki as "One more ABAP to JSON Serializer and Deserializer" in 2013.
88
The official delivery of /UI2/CL_JSON will continue. The Open Source version (Z_UI2_JSON) is your way to contribute and get updates sooner using ABAP Git infrastructure.
99

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

15-
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 class or as a global one.
15+
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

1717
An original and current source version can be found in class /UI2/CL_JSON delivered with UI2 Add-on (can be applied to SAP_BASIS 740 – 76X). So, you can use this ABAP JSON parser in your standard code mostly on any system.
1818

0 commit comments

Comments
 (0)