6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
json = {
|
|
parse = fn |T| (input: str) -> T {
|
|
__JSON_PARSE__ T input
|
|
}
|
|
}
|