-
Notifications
You must be signed in to change notification settings - Fork 33
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
Data mismatch #14
Comments
Plus, I'd like to preserve XML comments too. {
"!": "comment 1",
"some": { "more": "JSON here" },
"!!": "comment 2"
} |
@jn0 -- on the comments and text fragments (your "z"), the BadgerFIsh convention is silent. There is a bi-directional extension that uses Also, if we did extend this, I'd like it to also work (to the extent possible) for the other conventions we're implementing -- i.e. GData, Yahoo and Parker. Any thoughts on how you might structure the JSON attributes for these? |
@sanand0 not much actually: I'm a newbie here, in XML land :) The only point is to grab the parts in traditional |
This problem also impacts the Abdera and Cobra conventions I implemented. |
Look at this example:
Output will be:
Where is
z
value?Tested with
The
xmljson
was installed viapip
.I'd expect something like
The text was updated successfully, but these errors were encountered: