Add "add" extension function for Json class.
This commit is contained in:
@@ -15,4 +15,7 @@ library("jsonGet")
|
||||
fun Json.get(paramName : String) : Any? = js.noImpl
|
||||
|
||||
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