You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
In this example, we are using the Faker library to generate fake flight records. Subsequently, we create a REST endpoint that returns this data in JSON format. We then facilitate the transfer of the generated JSON file to a server using the MinIO Python API.