Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7538397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:06:42+00:00 2026-05-30T07:06:42+00:00

As input I have list of all objects where each object has properties: name

  • 0

As input I have list of all objects where each object has properties:

  • name
  • children(object.children is the list of all children)
  • parent(null if object is top level)

How correctly to use Groovy JSONBuilder to render such data(depth of tree is unlimited):

-Object 1
--Object 1.1
---Object 1.1.1
--Object 1.2
-Object 2

in JSON format it should be something like this:

[
    {
        "name":"Object1",
        "children":[
            {
                "name":"Object1.1",
                "children":[
                    {
                        "name":"Object 1.1.1",
                        "children":[]
                    }
                ]
            },
            {
                "name":"Object1.2",
                "children":[]
            }
        ]
    },
    {
        "name":"Object2","children":[]
    }
]

This is needed to build JSON for extJS component which will display this tree. Thanks for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T07:06:43+00:00Added an answer on May 30, 2026 at 7:06 am

    Add this property to your Config.groovy file:

    grails.converters.json.default.deep=true
    

    The Grails Doc
    is a little out of date but the relevant property is listed there under ‘Configuration Options’

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list of objects, each with a few fields, like this: function
I have a list of html input items in my html page each representing
I have a list of input words separated by comma. I want to sort
I have a list of input type radio buttons in formview (edit mode) and
I have a list of file input boxes and I want to know if
I have in input, which could be a single primitive or a list or
I have a problem with populating an autocomplete list based on a previous input.
I have an algorithm that generates strings based on a list of input words.
I have something like the following <div id=container> <ul id=name_list> <li class=name> <input type=hidden
I have a list of Team objects that have an Integer seed property. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.