Girocco/Util.pm: add to_json and json_bool functions
commitfdc487118a1d9096a3f6a76ac3649fd6b0a38192
authorKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 00:46:40 +0000 (7 17:46 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Feb 2021 00:46:40 +0000 (7 17:46 -0700)
treee4fc2b9a03e7bd091416f179ffbe1c672772f82e
parent1b5c0ed16deeb30286c0fea3e02ea332ba6c4633
Girocco/Util.pm: add to_json and json_bool functions

Just a simple little version of a JSON encoder that avoids
needing to pull in the whole JSON package.

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