lateJsonListListProperty
fun <T : CSJsonObjectStore> CSStore.lateJsonListListProperty(key: String, listType: KClass<T>, onChange: ArgFun<List<List<T>>>? = null): CSLateStoreProperty<List<List<T>>>
inline fun <T : CSJsonObjectStore> CSStore.lateJsonListListProperty(key: String, noinline onChange: ArgFun<List<List<T>>>? = null): CSLateStoreProperty<List<List<T>>>