nullableJsonPrimitive

fun JsonModel?.nullableJsonPrimitive(key: String? = null, default: JsonObjectDefaultSelector<JsonPrimitive?>): JsonDelegateProperty<JsonPrimitive?>
fun JsonModel?.nullableJsonPrimitive(key: String? = null, default: JsonPrimitive?): JsonDelegateProperty<JsonPrimitive?>
fun JsonModel?.nullableJsonPrimitive(key: String): JsonDelegateProperty<JsonPrimitive?>
val JsonModel?.nullableJsonPrimitive: JsonDelegateProperty<JsonPrimitive?>