> +            "host": "%"
> +        }, 
> +        {
> +            "databases": [
> +                {
> +                    "name": "sampledb"
> +                }
> +            ],
> +            "host": "%",
> +            "name": "demouser"
> +        }
> +    ]
> +}
> +{% endhighlight %}
> +
> +To parse the response, jclouds uses [domain 
> classes](https://github.com/jclouds/jclouds/blob/master/apis/openstack-trove/src/main/java/org/jclouds/openstack/trove/v1/domain/User.java)
>  to represent the JSON data returned by the service. The array of "users" is 
> unwrapped into individual User domain objects. Conversely, when creating 
> users, domain objects are transformed into a JSON request body. 

[minor] `User` instead of User?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/124/files#r17126220

Reply via email to