This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
5dcdfe83f9
dust
/
examples
/
json_length.ds
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add example; Clean up pratt parser
2024-04-27 07:40:05 +00:00
input = fs.read_file('examples/assets/data.json')
data = json.parse(input)
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
length(data)
Copy Permalink