sábado, 30 de junio de 2018

What is the difference between json.dumps and json.load


json loads -> returns an object from a string representing a json object.
json dumps -> returns a string representing a json object from an object.
load and dump -> read/write from/to file instead of string
https://stackoverflow.com/questions/32911336/what-is-the-difference-between-json-dumps-and-json-load

No hay comentarios:

Publicar un comentario