Answer the question
In order to leave comments, you need to log in
How to describe data structure transformation?
Example, we need to make an API request. We have a set of data, card number, phone, address and so on.
Let's say one API accepts data in the form:
<card>345354345</card>
<phone>456456456</phone>
<address>dgfdgdfgf</address>
<card_number>345354345</card_number>
<pay_to>345354345</pay_to>
<extra>
<call_to>456456456</call_to>
<location>dgfdgdfgf</location>
</extra>
<card>345354345</card>
<extra phone="456456456" address="dgfdgdfgf">
<main>
<pay_to>345354345</pay_to>
<pay_to_alter>676556767</pay_to_alter>
</main>
<extra>
<call_to>456456456</call_to>
<location>dgfdgdfgf</location>
</extra>
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