Girocco/Util.pm: add from_json function
commiteea0e91db739f65ff6ceea880560f9d48c85487a
authorKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 07:26:02 +0000 (8 00:26 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 07:26:02 +0000 (8 00:26 -0700)
tree2eaef988e0aa0839b80fb6cd51f3be72079ef00c
parentfb0a2c5d525e370475a52c0d629c49f4e4884c4a
Girocco/Util.pm: add from_json function

With the recent addition of the to_json function, might as well
have a matching inverse from_json function.

Go ahead and add a from_json function that's the inverse of to_json.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Util.pm