Json Stucture

0
Hi I would like to learn the way where to take JSON structure format when I need is there a way I can follow it? For example, I want to use the Json Structure of Currency Converter can anyone give me the steps? i am struggling  with finding proper Jsonstucture when I  need it   greetings than you  from now on
asked
1 answers
0

Hi Huseyin,

 

If I understand you right the Currency Converter is an interface to your app?!

 

If so: usually the JSON structure is provided in the API documentation.

 

If there is no documentation but you know how to call the API you can use a software like Postman to test the API calls, you can then copy the structure from the response.

 

Best regards,

Jan

answered