Property definitions

nitc $ MEntityRef :: defaultinit
# A reference to another mentity.
class MEntityRef
	super JsonRef

	# MEntity to link to.
	var mentity: MEntity

	redef fun core_serialize_to(v) do
		mentity.core_serialize_base(v)
	end
end
src/doc/templates/json_model.nit:361,1--371,3