Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object with field and a nested object is shown as directed node #181

Closed
akashravindranath opened this issue Sep 20, 2022 · 0 comments · Fixed by #251
Closed

Object with field and a nested object is shown as directed node #181

akashravindranath opened this issue Sep 20, 2022 · 0 comments · Fixed by #251
Labels
approved Confirmed and ready for development. bug Something isn't working

Comments

@akashravindranath
Copy link

Json:
{
"_id": "generated",
"field": "value",
"object": {
"fieldA": "valA",
"ObjectNestA": {
"fieldNestA": "valB"
}
}
}

Output
jsoncrack com

Expected
fieldA and ObjectNestA in the same level directed from "object"

@AykutSarac AykutSarac added bug Something isn't working approved Confirmed and ready for development. labels Oct 30, 2022
@AykutSarac AykutSarac linked a pull request Nov 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Confirmed and ready for development. bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants