nitc :: APIEntity :: defaultinit
# Return the JSON representation of a MEntity. # # Example: `GET /entity/core::Array` class APIEntity super APICommand redef fun command do return new CmdEntity(config.model) end