Validator used to check body input

Here we use the pop_validation module to validate JSON document from the request body.

Property definitions

popcorn :: pop_json $ Handler :: validator=
	# Validator used to check body input
	#
	# Here we use the `pop_validation` module to validate JSON document from the request body.
	var validator: nullable DocumentValidator = null
lib/popcorn/pop_json.nit:65,2--68,49