5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
input = fs.read_file('examples/assets/data.json')
|
|
data = json.parse(input)
|
|
|
|
length(data)
|