Fluxon Docs
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 → value