Has the first attribute of the current object already been serialized?

Used only when plain_json == true.

Property definitions

json $ JsonSerializer :: first_attribute=
	# Has the first attribute of the current object already been serialized?
	#
	# Used only when `plain_json == true`.
	private var first_attribute = false
lib/json/serialization_write.nit:67,2--70,36