[
  {{#each objects}}
  {
    "schema": "{{schema}}",
    "type": "{{type}}",
    "name": "{{object}}",
    {{#if privileges}}
    "privileges": {{#stringify privileges}}{{/stringify}}
    {{/if}}
    {{#if privileges_with_grant_option}}
    {{#if privileges}},{{/if}}
    "privileges_with_grant_option": {{#stringify privileges_with_grant_option}}{{/stringify}}
    {{/if}}
  }{{#addComma @last}}{{/addComma}}
  {{/each}}
]
