<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Using JSON with Python</title><link>http://www.bing.com:80/search?q=Using+JSON+with+Python</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Using JSON with Python</title><link>http://www.bing.com:80/search?q=Using+JSON+with+Python</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Working With JSON Data in Python</title><link>https://realpython.com/python-json/</link><description>Learn how to work with JSON data in Python using the json module. Convert, read, write, and validate JSON files and handle JSON data for APIs and storage.</description><pubDate>Thu, 20 Aug 2026 20:46:00 GMT</pubDate></item><item><title>JSON with Python - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/json-with-python/</link><description>JSON (JavaScript Object Notation) is a file that is mainly used to store and transfer data mostly between a server and a web application. It is popularly used for representing structured data. In this article, we will discuss how to handle JSON data using Python. Python provides a module called json which comes with Python's standard built-in ...</description><pubDate>Thu, 20 Aug 2026 18:59:00 GMT</pubDate></item><item><title>Working With JSON Data in Python - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/python/working-with-json-data-in-python/</link><description>JSON (JavaScript Object Notation) is a text format used to store data in key–value pairs inside curly braces, similar to a Python dictionary. To work with JSON in Python, we use the built-in json module, which helps convert Python objects into JSON strings and vice versa.</description><pubDate>Fri, 21 Aug 2026 07:09:00 GMT</pubDate></item><item><title>Python JSON - W3Schools</title><link>https://www.w3schools.com/python/python_json.asp</link><description>Parse JSON - Convert from JSON to Python If you have a JSON string, you can parse it by using the json.loads () method. The result will be a Python dictionary.</description><pubDate>Thu, 20 Aug 2026 05:16:00 GMT</pubDate></item><item><title>json — JSON encoder and decoder — Python 3.14.7 documentation</title><link>https://docs.python.org/3/library/json.html</link><description>Be cautious when parsing JSON data from untrusted sources. A malicious JSON string may cause the decoder to consume considerable CPU and memory resources. Limiting the size of data to be parsed is recommended. This module exposes an API familiar to users of the standard library marshal and pickle modules. Encoding basic Python object hierarchies:</description><pubDate>Fri, 21 Aug 2026 14:47:00 GMT</pubDate></item><item><title>Working with JSON in Python: A Comprehensive Guide</title><link>https://coderivers.org/blog/json-python/</link><description>In the world of data exchange and serialization, JSON (JavaScript Object Notation) has become a de facto standard. Python, a versatile and widely - used programming language, provides excellent support for working with JSON data. Whether you're building web applications, data analysis tools, or interacting with APIs, understanding how to handle JSON in Python is essential. This blog post will ...</description><pubDate>Fri, 21 Aug 2026 04:03:00 GMT</pubDate></item><item><title>Read and Write JSON Files in Python: load, loads, dump, and dumps</title><link>https://jsonlint.com/python-json</link><description>Python's built-in json module reads JSON files and strings without an additional package. Use json.load () for a file, json.loads () for a string, json.dump () to write a file, and json.dumps () to create a string.</description><pubDate>Fri, 21 Aug 2026 08:56:00 GMT</pubDate></item><item><title>JSON in Python: How To Read, Write, and Parse</title><link>https://python.land/data-processing/working-with-json</link><description>JSON, short for JavaScript Object Notation, is an open standard. Although its name doesn’t imply so, it is a language-independent data format. With Python’s JSON library, we can read, write, and parse JSON to both store and exchange data using this versatile data format.</description><pubDate>Thu, 20 Aug 2026 17:11:00 GMT</pubDate></item><item><title>How to Work with JSON Files in Python</title><link>https://thepythoncode.com/article/working-with-json-files-in-python</link><description>Learn how to save (serialize) and load (deserialize) JSON files in Python using the built-in json module.</description><pubDate>Thu, 20 Aug 2026 18:02:00 GMT</pubDate></item><item><title>How can I parse (read) and use JSON in Python? - Stack Overflow</title><link>https://stackoverflow.com/questions/7771011/how-can-i-parse-read-and-use-json-in-python</link><description>My Python program receives JSON data, and I need to get bits of information out of it. How can I parse the data and use the result? I think I need to use json.loads for this task, but I can't under...</description><pubDate>Wed, 19 Aug 2026 18:24:00 GMT</pubDate></item></channel></rss>