import json fn main() { shared data := [1, 2, 3] rlock data { println(json.encode(data)) } }