Load a JsonArray associated to key from store.

Property definitions

json $ JsonStore :: load_array
	# Load a JsonArray associated to `key` from store.
	fun load_array(key: String): JsonArray do
		return load_json(key).as(JsonArray)
	end
lib/json/store.nit:144,2--147,4