sphinx-contrib / sphinx-contrib/httpdomain
How to display nested objects?
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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