If you would use: $ cat members.json | \ python -c 'import json,sys;obj=json.load(sys.stdin);print obj;'. you can inspect the structure of the nested ...
確定! 回上一頁