S.P.E.A.D.
S
tructure-
P
reserving
E
ncryption
A
nd
D
ecryption
Source
crates.io
ENCRYPTING
{ "thing": 123, "other": "ABC", "final": [ 123, -45.0, 6.78 ], "nested": { "thing2": 12345, "other2": "ABCDEF", "final2": [ 123, 45, 6.7891 ], "good": true, "bad": null } }
{ "thing": 123, "other": "ABC", "final": [ 123, -45.0, 6.78 ], "nested": { "thing2": 12345, "other2": "ABCDEF", "final2": [ 123, 45, 6.7891 ], "good": true, "bad": null } }
DECRYPTING