Skip to content

Commit 147fa98

Browse files
authored
add json (#1030)
1 parent 6ae5be1 commit 147fa98

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@abaplint/cli": "^2.113.237",
18+
"@abaplint/cli": "^2.113.243",
1919
"@abaplint/database-pg": "^2.11.78",
2020
"@abaplint/database-sqlite": "^2.11.78",
21-
"@abaplint/runtime": "^2.12.9",
22-
"@abaplint/transpiler-cli": "^2.12.9",
21+
"@abaplint/runtime": "^2.12.11",
22+
"@abaplint/transpiler-cli": "^2.12.11",
2323
"0x": "^6.0.0"
2424
}
2525
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CLASS /ui2/cl_json DEFINITION PUBLIC.
1717
END OF c_bool.
1818

1919
TYPES tribool TYPE c LENGTH 1.
20+
TYPES json TYPE string.
2021

2122
CLASS-METHODS raw_to_string
2223
IMPORTING

0 commit comments

Comments
 (0)