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 dc25206 commit 8d0491eCopy full SHA for 8d0491e
src/java-additional/org/eclipse/elk/graph/json/JsonAdapter.xtend
@@ -195,6 +195,14 @@ class JsonAdapter {
195
}
196
197
198
+ // - - - - - - - - - - - - - - - - - - -
199
+ // Remove members from a json object
200
201
+
202
+ def void removeJsonObj(JSONObject o, String element) {
203
+ o.put(element, null)
204
+ }
205
206
// - - - - - - - - - - - - - - - - - - -
207
// Add to a json array
208
0 commit comments