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