运行结果:
Json字符串:******************** { "num" : 42, "lst" : ["foo" , "bar", "baz"], "obj" : {"hello": "World"} }解析如下: num = 42 obj.hello = World