Artikel mit dem Tag "Python"



Microsoft Fabric · 30. Dezember 2023
Reading and writing JSON files
JSON is a straightforward, text-based data-interchange format fully independent of any programming language. This simplicity is why JSON documents have become so widespread. Often the result of querying a REST API is returned as a JSON document, but this is not the only use case why I consider it important to get familiar with reading from and writing to a JSON file.