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

Can jolt customize the conversion of json structure? #1272

Open
yangxiaobo118 opened this issue Oct 14, 2024 · 1 comment
Open

Can jolt customize the conversion of json structure? #1272

yangxiaobo118 opened this issue Oct 14, 2024 · 1 comment

Comments

@yangxiaobo118
Copy link

yangxiaobo118 commented Oct 14, 2024

Can jolt customize the conversion of json structure? For example, the undefined level of json structure

@yangxiaobo118
Copy link
Author

for example:

{
"tabs": {
"tabs": [
{
"panel": [
{
"tabs": [
{
"panel": [
{
"key": "value"
}
]
}
]
}
]
}
]
}
}

It is unpredictable how many levels panels and tabs will be nested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant