Array parsed during validation

Can be used as a quick way to access the parsed JsonArray instead of reparsing it during the answer.

See ArrayValidator.

Property definitions

popcorn $ ValidationResult :: array=
	# Array parsed during validation
	#
	# Can be used as a quick way to access the parsed JsonArray instead of
	# reparsing it during the answer.
	#
	# See `ArrayValidator`.
	var array: nullable JsonArray = null is writable
lib/popcorn/pop_validation.nit:110,2--116,49