Property definitions

json $ JsonObject :: defaultinit
# A JSON Object.
class JsonObject
	super JsonMapRead[String, nullable Serializable]
	super HashMap[String, nullable Serializable]
end
lib/json/static.nit:464,1--468,3