Ladies and gentlemen ,i learn by doing simple examples but every time when try to extract some data yourself, rework it and display it as I want it, I have a problem.
I never know when and how and what I have to use to get a typical json
I'd like to format it so that I can delete it into a csv file
My second question is how the easiest way to trigger an event
For example. Gets a get to the json with the X:Y data, then i want the Y value to run a function that returns the new get to another enpoint with a value that depends on X
I never know when and how and what I have to use to get a typical json
Code:
[ { item1: [ '1', '2nd', '3thv' ] }, { item2: [ '1', '2nd', '3th' ] } ]
My second question is how the easiest way to trigger an event
For example. Gets a get to the json with the X:Y data, then i want the Y value to run a function that returns the new get to another enpoint with a value that depends on X
Comment