Property definitions

json $ JsonMapRead :: defaultinit
# A map that can be translated into a JSON object.
interface JsonMapRead[K: String, V: nullable Serializable]
	super MapRead[K, V]
	super Serializable
end
lib/json/static.nit:458,1--462,3