dust/std/json.ds

6 lines
79 B
Plaintext

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