dust/std/json.ds
2024-06-04 14:47:15 -04:00

6 lines
67 B
Plaintext

json = {
parse = fn (T)(input: str) T {
JSON_PARSE T input
}
}