dust/std/json.ds
2024-06-22 11:44:09 -04:00

6 lines
75 B
Plaintext

json = {
parse = fn |T| (input: str) -> T {
__JSON_PARSE__ T input
}
}