dust/std/json.ds

6 lines
81 B
Plaintext

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