dust/examples/fetch.whale

5 lines
124 B
Plaintext
Raw Normal View History

2023-08-22 15:40:50 +00:00
raw_data = download "https://api.sampleapis.com/futurama/cast";
data = raw_data:from_json();
first = data:get 0;
first.name