-
Hi there - I've hit a behavior in the library that isn't wrong... but I'm not sure it's expected. Consider this snippet:
When there is a single key... and you set the key's value to null and then stringify, it results in the complex key syntax. My expectation is that we'd maintain the syntax of the original string (e.g. My expectations are met most of the time... I can only reproduce this behavior when:
I've poked through the docs and can't find out if there is an option to opt out of the complex key syntax. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The ToString Option you're looking for is |
Beta Was this translation helpful? Give feedback.
The ToString Option you're looking for is
simpleKeys
.