Johann Tutor

Results 3 comments of Johann Tutor

I'm working on a project where the query parameters are used to specify overrides, falling back to defaults for missing parameters. In this scenario, `foo=[]` (where `[]` represents an empty...

> would serializing to just `foo[]`, without an equals sign, be sufficient to convey that semantic? @ljharb Sorry, I just noticed this ping. As long as that deserializes to an...

Adding zero-width non-joiners to the start of the line should do the trick. I'm pretty sure they don't count as whitespace, so they shouldn't get stripped out (manual testing in...