This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
d3f5585d07
dust
/
std
/
json.ds
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
json = {
Use rust-style type parameter syntax
2024-06-24 17:54:37 +00:00
parse = fn <T> (input: str) -> T {
Use rust-style turbofish
2024-06-24 17:48:31 +00:00
__JSON_PARSE__::<T>(input)
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
}
}
Copy Permalink