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

Multiple nested wrappers #67

Open
gvdeepak opened this issue Mar 1, 2021 · 5 comments
Open

Multiple nested wrappers #67

gvdeepak opened this issue Mar 1, 2021 · 5 comments

Comments

@gvdeepak
Copy link

gvdeepak commented Mar 1, 2021

Is your feature request related to a problem? Please describe.
I would like to convert json to xml with multiple nested wrapper
like
<First> <Second> . . </Second> </First>

Describe the solution you'd like
You can provide an option like to accept "," separated values or new subwrapper1 string

Describe alternatives you've considered
No

Additional context

@Jeroendevr
Copy link
Contributor

Is this question still relevant for you?

@vinitkumar
Copy link
Owner

@Jeroendevr Do you want to take a shot at this in a backward compatible way?

@Jeroendevr
Copy link
Contributor

Hmm not if it’s not a thing someone is gonna use 😅 . I don’t expect to work on it (a lot) in the coming 2 months.

@vinitkumar
Copy link
Owner

vinitkumar commented Jun 15, 2022 via email

@javadev
Copy link

javadev commented Jan 2, 2023

<First> <Second> . . </Second> </First>

may be converted to

{
  "First": {
    "Second": " . . "
  },
  "#omit-xml-declaration": "yes"
}

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

No branches or pull requests

4 participants