dust/dust_examples/json_length.ds

5 lines
89 B
Plaintext

input = fs.read_file('examples/assets/data.json')
data = json.parse(input)
length(data)