dust/examples/fetch.whale
2023-08-22 11:40:50 -04:00

5 lines
124 B
Plaintext

raw_data = download "https://api.sampleapis.com/futurama/cast";
data = raw_data:from_json();
first = data:get 0;
first.name