Tag: JSON

Unleashing the Power of OpenAI: Creating Amazing JSON Responses

Yesterday, I participated in my first Hackathon in Europe, which was focused on playing around with the OpenAI API and networking. The event was held in Amsterdam, and I was excited to be part of a team working on creating an app using OpenAI to suggest travel plan itineraries. Our ...

JSON in Databricks and PySpark

In the simple case, JSON is easy to handle within Databricks. You can read a file of JSON objects directly into a DataFrame or table, and Databricks knows how to parse the JSON into individual fields. But, as with most things software-related, there are wrinkles and variations. This article shows ho...

Unity: How to save and load data using json and Base64

Saving and loading game data is an essential part of almost any game. These two processes should be fast, efficient and error-prone since nothing is more painful for a gamer than losing progress he has been working on so hard. In this tutorial I will show you an easy way to save and load your dat...