9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
|
using tools.hako_shared.json_parser as JsonParserBox
|
||
|
|
|
||
|
|
static box Main {
|
||
|
|
main() {
|
||
|
|
local v = JsonParserBox.parse("{\"x\":1}")
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
}
|