We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae5be1 commit 147fa98Copy full SHA for 147fa98
package.json
@@ -15,11 +15,11 @@
15
},
16
"license": "MIT",
17
"dependencies": {
18
- "@abaplint/cli": "^2.113.237",
+ "@abaplint/cli": "^2.113.243",
19
"@abaplint/database-pg": "^2.11.78",
20
"@abaplint/database-sqlite": "^2.11.78",
21
- "@abaplint/runtime": "^2.12.9",
22
- "@abaplint/transpiler-cli": "^2.12.9",
+ "@abaplint/runtime": "^2.12.11",
+ "@abaplint/transpiler-cli": "^2.12.11",
23
"0x": "^6.0.0"
24
}
25
src/json/#ui2#cl_json.clas.abap
@@ -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
0 commit comments