Posts tagged with "json"

There are a total of 2 posts.

JSON vs YAML: 資料格式戰爭的歷史

Published 二月 06, 2025 by whitedec

比較JSON和YAML的背景及資料格式戰爭的歷史,分析JSON成為資料交換標準的原因,和YAML成為配置文件之王的必要性。

#json , #ymal , #json_vs_ymal

理解 JSON 格式與 Python 字典的差異

Published 十二月 15, 2024 by whitedec

輕鬆理解 JSON 和 Python 字典的差異,並學習如何利用 Python 的 json 模組進行 JSON 和字典之間的轉換!

#python , #json , #dictionary