dust/std/json.ds

6 lines
67 B
Plaintext
Raw Normal View History

2024-06-04 18:47:15 +00:00
json = {
parse = fn (T)(input: str) T {
JSON_PARSE T input
}
}