Replies: 2 comments 1 reply
-
With the current implementation, No!. You can probably assign the value or result like |
Beta Was this translation helpful? Give feedback.
1 reply
-
Well! I'm not sure if you have used the library yet. Hence, you have these questions. So please try it once. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to not have the root node in the generated result?
Example:
< root > <tag1>value1</tag1> <tag2>value2</tag2> < /root >
becoming:
{ "tag1": "value1"; "tag2":"value2"; }
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions