json :: JsonDeserializer :: opened_array
SimpleCollection::from_deserializer
# Current array open for deserialization, used by `SimpleCollection::from_deserializer`
private var opened_array: nullable Array[nullable Object] = null
lib/json/serialization_read.nit:289,2--290,65