Property definitions

popcorn $ CounterAPI :: json_counter
	fun json_counter: JsonObject do
		var json = new JsonObject
		json["label"] = "Visitors"
		json["value"] = counter
		return json
	end
lib/popcorn/examples/angular/example_angular.nit:28,2--33,4