This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
dd062e63f1
dust
/
std
/
json.ds
6 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
json = {
Fix tests; Implement type generics
2024-06-17 21:38:24 +00:00
parse = fn T (input: str) -> T {
Attempt to add JSON parsing
2024-06-04 18:47:15 +00:00
JSON_PARSE T input
}
}
Copy Permalink