Current array open for deserialization, used by SimpleCollection::from_deserializer

Property definitions

json $ JsonDeserializer :: opened_array
	# 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