1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/valgrind/import_x_json2.v

7 lines
80 B
V

import x.json2
fn main() {
x := '[[],[],[]]'
println(json2.raw_decode(x)!)
}