diff --git a/docs/src/docs/asciidoc/json/modelNaming.adoc b/docs/src/docs/asciidoc/json/modelNaming.adoc index 28e7f3fb9..166725f3a 100644 --- a/docs/src/docs/asciidoc/json/modelNaming.adoc +++ b/docs/src/docs/asciidoc/json/modelNaming.adoc @@ -3,7 +3,7 @@ Grails Framework supports a convention for the model names in your JSON views. If the convention does not meet your needs, model variables can be explicitly defined. NOTE: Some model names are _reserved_ since there are properties of the same name injected into the view: -`locale`, `response`, `request`, `page`, `controllerNamespace`, `controllerName`, `actionName`, `config`, `generator` +`locale`, `response`, `request`, `page`, `controllerNamespace`, `controllerName`, `actionName`, `config`, `generator`, `json` == Explicit Model Naming