sphinx-contrib / sphinx-contrib/httpdomain

How to display nested objects?

Open
#30 2 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
Python
Stars
62
Forks
46
Avg merge
1d 11h
Merged PRs (30d)
1

Description

my object structure :

{
"name":"Mick",
"att":{
    "url" :"www.domain.com",
   "other" :{
         "desc":"hello world"
     }
  }
}

I want to show it as follows:

Response Json Object:

  • name :
  • att :
    • other :
      • desc :

Hope to get your help , thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the JSON response-display functionality in the project and determine whether nested objects are currently supported; done means the example renders with nested att, other, and desc entries in the requested hierarchy.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.