CLOVIS
01/14/2025, 8:00 AMMap<String, V>
, which is often serialized as an object.
Added:
class User(
val name: String,
val grades: Map<String, Int>,
)
collection.find {
User::grades["physics"] eq 5
}
as well as:
• isMapEmpty
• isMapNotEmpty
Read more about these operators in the documentation • Full changelog