Property definitions

json $ JsonParseError :: defaultinit
# JSON format error at parsing
class JsonParseError
	super Error
	serialize

	# Location of the error in source
	var location: nullable Location = null
end
lib/json/error.nit:16,1--23,3