刪除json值
Project description
deljson
用於刪除json值
安裝
pip install deljson
範例
import deljson
data={"name":"hans","year":2023}
a=deljson.start(data,["name"])
print(a)
#{"year":2023}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deljson-0.0.3.tar.gz
(1.4 kB
view hashes)