Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.237",
"@abaplint/cli": "^2.113.243",
"@abaplint/database-pg": "^2.11.78",
"@abaplint/database-sqlite": "^2.11.78",
"@abaplint/runtime": "^2.12.9",
"@abaplint/transpiler-cli": "^2.12.9",
"@abaplint/runtime": "^2.12.11",
"@abaplint/transpiler-cli": "^2.12.11",
"0x": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions src/json/#ui2#cl_json.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CLASS /ui2/cl_json DEFINITION PUBLIC.
END OF c_bool.

TYPES tribool TYPE c LENGTH 1.
TYPES json TYPE string.

CLASS-METHODS raw_to_string
IMPORTING
Expand Down