Add "add" extension function for Json class.
This commit is contained in:
@@ -16,3 +16,6 @@ fun Json.get(paramName : String) : Any? = js.noImpl
|
|||||||
|
|
||||||
library("jsonFromTuples")
|
library("jsonFromTuples")
|
||||||
fun json(vararg pairs : Tuple2<String, Any?>) : Json = js.noImpl
|
fun json(vararg pairs : Tuple2<String, Any?>) : Json = js.noImpl
|
||||||
|
|
||||||
|
library("jsonAddProperties")
|
||||||
|
fun Json.add(other : Json) : Json = js.noImpl
|
||||||
Reference in New Issue
Block a user