Skip to content

Commit af92b32

Browse files
authored
add bool (#956)
1 parent 96286b9 commit af92b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/json/#ui2#cl_json.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CLASS /ui2/cl_json DEFINITION PUBLIC.
1010
END OF pretty_mode.
1111

1212
TYPES tribool TYPE c LENGTH 1.
13+
TYPES bool TYPE c LENGTH 1.
1314

1415
CLASS-METHODS raw_to_string
1516
IMPORTING

0 commit comments

Comments
 (0)