mws-advanced icon indicating copy to clipboard operation
mws-advanced copied to clipboard

Convert string bools ("true" | "false") to actual booleans in parsing

Open ericblade opened this issue 3 years ago • 0 comments

When parsing, produce actual booleans. In theory, this could trip something up if someone provided a string bool as a product name or something, but that seems incredibly unlikely. Javascript would just make it a string anyway when we tried to use it as one.

ericblade avatar Aug 17 '20 07:08 ericblade