mirror of
				https://github.com/roc-lang/roc.git
				synced 2025-11-03 22:13:35 +00:00 
			
		
		
		
	
				```
numbers =
    import "numbers.json" as numbersJson : Str
    import json.Decode exposing [decode, list, int]
    numbersJson
    |> decode (list int)
    |> Result.withDefault []
```
		
	
					 | 
			||
|---|---|---|
| .. | ||
| fuzz | ||
| src | ||
| tests | ||
| Cargo.toml | ||