Answer the question
In order to leave comments, you need to log in
Reduction of the same type of data from json and xml for comparison, what is better for mapping?
There is a situation: logically, the data in json and xml (from different systems) are the same, but can be located in different places in the hierarchy (both there and there), called a little differently and duplicated. Example
{
"data": {
"username": "foo",
"userpass": "bar"
}
}
<serverResponse>
<credentials>
<name>foo</name>
<password>bar</password>
</credentials>
<cypher>
<pass>bar</pass>
</cypher>
</serverResponse>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question