-
public final class JSONExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitaddAll(JSONObject $self, JSONObject jsonToAdd)Merge the two JSON objects together final static UnitoptPut(JSONArray $self, JSONObject jsonToAdd)Optionally adds the item to the array if it exists -
-
Method Detail
-
addAll
final static Unit addAll(JSONObject $self, JSONObject jsonToAdd)
Merge the two JSON objects together
-
optPut
final static Unit optPut(JSONArray $self, JSONObject jsonToAdd)
Optionally adds the item to the array if it exists
-
-
-
-