Batteries
json
Encode values to JSON text and decode JSON text back to values.
use json
s = json.enc value # value → JSON text
v = json.dec str # JSON text → valueEncode values to JSON text and decode JSON text back to values.
use json
s = json.enc value # value → JSON text
v = json.dec str # JSON text → value