1
0
mirror of https://github.com/arendst/Tasmota.git synced 2025-05-01 18:27:16 +00:00
2021-12-14 15:10:03 +01:00

5 lines
137 B
Plaintext

import json
print(json.load('{"key": "value"}'))
print(json.dump({'test key': nil}))
print(json.dump({'key1': nil, 45: true}, 'format'))