dmaccormack
dmaccormack
Hi, @SaalkT. You're correct that the toJsonURL property can not be redefined, but it can be defined on a per-instance basis during object creation. See this test for an example:...
Hi, @raylu. I understand your point of view, but it comes down to backwards compatibility. When I cut a 2.x revision I can revisit defaults. I agree that the inability...
> are you worried about people depending on the behavior of serializing existing empty arrays as `()`? `noEmptyComposite` doesn't affect deserialization of existing strings, right? `noEmptyComposite` changes the meaning of...
Hi, @SebastianKohler. JSON→URL is already available as a module. This test shows a example: https://github.com/jsonurl/jsonurl-js/blob/main/itest/es6-native/main.js#L25. How are you referencing it?
Where is the warning message coming from (e.g. the bundler) and what is the exact message you're seeing?