6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
json = {
|
||
|
parse = fn (T)(input: str) T {
|
||
|
JSON_PARSE T input
|
||
|
}
|
||
|
}
|