dust/examples/fetch.ds
2023-10-06 08:17:37 -04:00

5 lines
141 B
Plaintext

raw_data = download <"https://api.sampleapis.com/futurama/cast">
dust_data = from_json <raw_data>
assert_equal <"Billy West", data.0.name>