Skip to content

Instantly share code, notes, and snippets.

@PoplarYang
Created July 2, 2020 12:38
Show Gist options
  • Save PoplarYang/ecc845cb79e50134961cc2b6ce2fae75 to your computer and use it in GitHub Desktop.
Save PoplarYang/ecc845cb79e50134961cc2b6ce2fae75 to your computer and use it in GitHub Desktop.
loads():将json数据转化成dict数据
dumps():将dict数据转化成json数据
load():读取json文件数据,转成dict数据
dump():将dict数据转化成json数据后写入json文件
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment