Unless the data-type isn't supported by Scrolls it should probably yield the same result when the data is logged and then parsed. Eg: `parse(unparse(s: "true")) #=> {"s" => "true"}` Instead of what we have now: `{"s" => true}`
Unless the data-type isn't supported by Scrolls it should probably yield the same result when the data is logged and then parsed.
Eg:
parse(unparse(s: "true")) #=> {"s" => "true"}Instead of what we have now:
{"s" => true}