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 a730d23 commit db730e5
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 @@ -182,9 +182,6 @@ CLASS /ui2/cl_json IMPLEMENTATION.
ENDIF.
ASSIGN data->* TO <any>.
r_json = serialize_int( data = <any> ).
* pretty_name = pretty_name
* compress = compress
* ts_as_iso8601 = ts_as_iso8601 ).
WHEN OTHERS.
ASSERT 1 = 'cl_json, unknown kind'.
ENDCASE.
Expand Down

0 comments on commit db730e5

Please sign in to comment.