Skip to content

Commit

Permalink
Update src/json/#ui2#cl_json.clas.abap
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Hvam <[email protected]>
  • Loading branch information
oblomov-dev and larshp authored Jan 20, 2024
1 parent 85d2214 commit a730d23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/json/#ui2#cl_json.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ CLASS /ui2/cl_json IMPLEMENTATION.
LOOP AT <tab> ASSIGNING <any>.
lv_index = sy-tabix.
r_json = r_json && serialize_int( data = <any> ).
* pretty_name = mv_pretty_name
* compress = mv_compress
* ts_as_iso8601 = mv_ts_as_iso8601

IF lines( data ) <> lv_index.
r_json = r_json && ','.
Expand Down

0 comments on commit a730d23

Please sign in to comment.