5 lines
124 B
Plaintext
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
|