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 db730e5 commit 37ae919
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 @@ -166,9 +166,6 @@ CLASS /ui2/cl_json IMPLEMENTATION.
r_json = r_json && |"{ <ls_component>-name }":|.
ENDIF.
r_json = r_json && serialize_int( data = <any> ).
* pretty_name = pretty_name
* compress = compress
* ts_as_iso8601 = ts_as_iso8601 ).
r_json = r_json && ','.
ENDLOOP.
IF r_json CP '*,'.
Expand Down

0 comments on commit 37ae919

Please sign in to comment.