This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
fbaf640fce
dust
/
std
/
json.ds
6 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
json = {
Reduce ambiguity for function parsing
2024-06-19 01:44:22 +00:00
parse = fn |T| (input: str) -> T {
Continue fixing built-in functions
2024-06-24 12:17:06 +00:00
__JSON_PARSE__::(T)::(input)
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
}
}
Copy Permalink