สมัครเรียนโทร. 085-350-7540 , 084-88-00-255 , ntprintf@gmail.com

JSON

Introduction to JSON JSON Full Form: JavaScript Object Notation History of JSON JSON vs XML Structure of JSON JSON Data Types JSON Objects Explained JSON Arrays Explained Key-Value Pairs in JSON JSON String Data Type JSON Number Data Type JSON Boolean Data Type JSON Null Data Type Nested JSON Objects JSON in APIs JSON Schema Overview How to Write JSON JSON File Extensions (.json) JSON Syntax Rules JSON Parsing in JavaScript JSON Stringify in JavaScript How to Use JSON.parse() How to Use JSON.stringify() Escaping Characters in JSON JSON Comments (and why they are not allowed) JSON in Web Development Sending JSON Data with HTTP Requests Receiving JSON Responses in APIs REST APIs and JSON JSON in AJAX Requests Working with JSON in Node.js How to Read a JSON File Saving Data in JSON Format How to Validate JSON JSONLint for Validation JSON Pretty Print JSON Minification JSON vs YAML JSON and JavaScript Compatibility JSON and Python Integration Working with JSON in Python (json module) JSON in Java (Jackson and GSON) JSON in C++ (RapidJSON and nlohmann/json) JSON in C# (Json.NET) JSON in PHP (json_encode and json_decode) How to Fetch JSON Data from APIs Fetching JSON in Python (requests module) Fetching JSON in JavaScript (fetch API) Fetching JSON in jQuery JSON Serialization JSON Deserialization JSON Data Interchange Common Errors in JSON Syntax Handling Large JSON Files Streaming JSON Data JSON Pagination Techniques JSON as a Configuration Format JSON in Cloud Storage JSON and MongoDB BSON vs JSON in MongoDB JSON Web Tokens (JWT) Security Considerations with JSON Cross-Origin Resource Sharing (CORS) and JSON JSON Schema Validation Creating a JSON Schema Required Fields in JSON Schema JSON Schema Property Types JSON Schema Examples Benefits of JSON Schema JSONPath: Querying JSON Data JSON Data Transformation Comparing Two JSON Objects Sorting JSON Data Flattening JSON Structures JSON Merge Techniques JSON in NoSQL Databases JSON in Relational Databases Storing JSON in MySQL JSON Functions in MySQL JSON Functions in PostgreSQL JSON Functions in SQL Server JSON and Elasticsearch Advantages of Using JSON Limitations of JSON JSON and GraphQL JSONP (JSON with Padding) JSON and Local Storage in Browsers JSON and Cookies JSON and Session Storage Importing and Exporting JSON Nested vs Flattened JSON Structures JSON Best Practices Debugging JSON Errors JSON Performance Optimization Real-Time Data with JSON Microservices and JSON JSON Versioning JSON in IoT Applications JSON for Data Exchange in Mobile Apps The Future of JSON

Working with JSON in Python (json module)

 

การทำงานกับ JSON ใน Python ด้วยโมดูล json

ในปัจจุบันที่ข้อมูลจากหลากหลายแหล่งสามารถสื่อสารกันได้ง่ายดายมากขึ้น การจัดการข้อมูลที่มีรูปแบบมาตรฐานอย่าง JSON (JavaScript Object Notation) จึงกลายเป็นสิ่งที่สำคัญอย่างยิ่ง JSON เป็นรูปแบบข้อมูลที่อ่านง่ายและเข้าใจง่าย โดยเป็นประเภทที่ใช้ในการแลกเปลี่ยนข้อมูลระหว่างระบบต่าง ๆ เป็นอย่างดี หนึ่งในภาษาการเขียนโปรแกรมที่รองรับและทำงานร่วมกับ JSON ได้อย่างมีประสิทธิภาพก็คือ Python ผ่านทางโมดูลที่เรียกว่า `json` บทความนี้จะพาท่านไปรู้จักวิธีการทำงานกับ JSON ใน Python พร้อมตัวอย่างโค้ด

 

ความเข้าใจเบื้องต้นเกี่ยวกับ JSON

JSON เป็นโครงสร้างข้อมูลที่เกิดขึ้นจากการใช้ออบเจ็กต์ (object) และอาเรย์ (array) ใน JavaScript ที่สามารถแปลงเป็นข้อมูลเชิงลำดับที่เครื่องเข้าใจได้ง่าย ข้อมูล JSON สามารถเก็บในรูปของคู่คีย์-ค่า (key-value pairs) ซึ่งทำให้ง่ายต่อการอ่านและแปลงเป็นข้อมูลเชิงวัตถุในภาษาโปรแกรมอื่น ๆ รวมทั้ง Python

ตัวอย่างข้อมูล JSON:


{
  "name": "John Doe",
  "age": 30,
  "isStudent": false,
  "courses": ["Math", "Science"],
  "address": {
    "street": "123 Main St",
    "city": "Anytown"
  }
}

 

โมดูล `json` ใน Python

โมดูล `json` ของ Python รองรับการแปลงข้อมูล JSON ให้เป็นข้อมูล Python และในทางกลับกัน จึงทำให้การประมวลผลและจัดการข้อมูล JSON ในโปรแกรมของท่านเป็นไปได้ง่ายดายขึ้น

การแปลง JSON เป็นข้อมูล Python

เมื่อเราต้องการแปลงข้อมูล JSON ที่ได้รับมาเป็นข้อมูล Python เราสามารถใช้ฟังก์ชัน `loads()` หรือ `load()` ของโมดูล `json` ได้ ซึ่งทั้งสองฟังก์ชันนี้มีการทำงานที่คล้ายคลึงกันแต่แตกต่างกันตรงการรับค่าเข้า

- `json.loads()`: ใช้สำหรับแปลงสตริงที่ประกอบด้วย JSON ให้เป็นออบเจ็กต์ข้อมูล Python

- `json.load()`: ใช้สำหรับแปลงข้อมูล JSON ที่อ่านเข้ามาจากไฟล์

ตัวอย่างการใช้ `json.loads()`:


import json

json_data = '{"name": "John Doe", "age": 30, "isStudent": false}'
python_dict = json.loads(json_data)

print(python_dict)
print(type(python_dict))

ผลลัพธ์:


{'name': 'John Doe', 'age': 30, 'isStudent': False}
<class 'dict'>

ตัวอย่างการใช้ `json.load()`:


import json

with open('data.json', 'r') as file:
    python_dict = json.load(file)

print(python_dict)
print(type(python_dict))

การแปลงข้อมูล Python เป็น JSON

ในทางกลับกัน เมื่อเราต้องการแปลงข้อมูลจาก Python กลับเป็น JSON เพื่อส่งต่อหรือบันทึก เราสามารถใช้ฟังก์ชัน `dumps()` หรือ `dump()` ได้

- `json.dumps()`: ใช้สำหรับแปลงออบเจ็กต์ข้อมูล Python ไปเป็นสตริง JSON

- `json.dump()`: ใช้สำหรับบันทึกออบเจ็กต์ข้อมูล Python ซึ่งจะถูกแปลงเป็น JSON ลงไฟล์

ตัวอย่างการใช้ `json.dumps()`:


import json

python_dict = {
    "name": "Jane Doe",
    "age": 25,
    "isStudent": True
}

json_data = json.dumps(python_dict)

print(json_data)
print(type(json_data))

ผลลัพธ์:


{"name": "Jane Doe", "age": 25, "isStudent": true}
<class 'str'>

ตัวอย่างการใช้ `json.dump()`:


import json

python_dict = {
    "name": "Jane Doe",
    "age": 25,
    "isStudent": True
}

with open('output.json', 'w') as file:
    json.dump(python_dict, file)

 

การจัดการกับ JSON ที่ซับซ้อน

ในการทำงานจริง ข้อมูล JSON มักมีความซับซ้อนมากกว่าตัวอย่างข้างต้น ทั้งนี้ Python ช่วยให้การเข้าถึงข้อมูลซับซ้อนได้ง่ายดาย ไม่ว่าจะเป็นการเคาะข้อมูลใน nested objects หรือ lists ซึ่งสามารถทำได้โดยใช้การเข้าถึงแบบจุดต่าง ๆ เช่น:


nested_json = {
    "name": "Alice",
    "details": {
        "address": {
            "street": "456 Side St",
            "city": "Sometown"
        }
    }
}

street = nested_json["details"]["address"]["street"]
print(street)

ผลลัพธ์:


456 Side St

 

ข้อสรุป

การทำงานกับ JSON ใน Python ด้วยโมดูล `json` เป็นเรื่องง่ายสำหรับผู้ที่ต้องการจัดการข้อมูลที่มาในรูปแบบ JSON อย่างมีประสิทธิภาพ ไม่ว่าคุณจะต้องการล้วงข้อมูลจาก JSON หรือแปลงข้อมูล Python ให้เป็น JSON โมดูลนี้ทำให้กระบวนการเหล่านี้สะดวกรวดเร็ว หลักการและเครื่องมือเหล่านี้เป็นประตูสำคัญที่จะเปิดโอกาสในการพัฒนาซอฟต์แวร์ที่รองรับข้อมูลแบบมาตรฐานสากล

การศึกษาและฝึกฝนทักษะเหล่านี้ไม่เพียงแต่เพิ่มพูนความรู้ด้านวิทยาการคอมพิวเตอร์ แต่ยังเปิดโอกาสให้คุณพัฒนาแอพพลิเคชั่นที่มีความซับซ้อนพร้อมรองรับการเปลี่ยนแปลงของเทคโนโลยีในอนาคต.

 

 

หมายเหตุ: ข้อมูลในบทความนี้อาจจะผิด โปรดตรวจสอบความถูกต้องของบทความอีกครั้งหนึ่ง บทความนี้ไม่สามารถนำไปใช้อ้างอิงใด ๆ ได้ ทาง EPT ไม่ขอยืนยันความถูกต้อง และไม่ขอรับผิดชอบต่อความเสียหายใดที่เกิดจากบทความชุดนี้ทั้งทางทรัพย์สิน ร่างกาย หรือจิตใจของผู้อ่านและผู้เกี่ยวข้อง

หากเจอข้อผิดพลาด หรือต้องการพูดคุย ติดต่อได้ที่ https://m.me/expert.Programming.Tutor/


Tag ที่น่าสนใจ: java c# vb.net python c c++ machine_learning web database oop cloud aws ios android


บทความนี้อาจจะมีที่ผิด กรุณาตรวจสอบก่อนใช้

หากมีข้อผิดพลาด/ต้องการพูดคุยเพิ่มเติมเกี่ยวกับบทความนี้ กรุณาแจ้งที่ http://m.me/Expert.Programming.Tutor

ไม่อยากอ่าน Tutorial อยากมาเรียนเลยทำอย่างไร?

สมัครเรียน ONLINE ได้ทันทีที่ https://elearn.expert-programming-tutor.com

หรือติดต่อ

085-350-7540 (DTAC)
084-88-00-255 (AIS)
026-111-618
หรือทาง EMAIL: NTPRINTF@GMAIL.COM

แผนที่ ที่ตั้งของอาคารของเรา

แผนผังการเรียนเขียนโปรแกรม

Link อื่นๆ

Allow sites to save and read cookie data.
Cookies are small pieces of data created by sites you visit. They make your online experience easier by saving browsing information. We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.

Copyright (c) 2013 expert-programming-tutor.com. All rights reserved. | 085-350-7540 | 084-88-00-255 | ntprintf@gmail.com

ติดต่อเราได้ที่

085-350-7540 (DTAC)
084-88-00-255 (AIS)
026-111-618
หรือทาง EMAIL: NTPRINTF@GMAIL.COM
แผนที่ ที่ตั้งของอาคารของเรา