Simon Greatrix
Simon Greatrix
You are surely aware of this, but the latest release is now 2020-12. Thank you for this excellent library.
Hi @leadpony, I note you have not had a chance to commit code changes to Justify since October of 2020. Is there anything we can do to help?
The escaping is minimal given that we require a valid Unicode document that can safely be interchanged between systems. The U+D800 to U+DFFF range is used for surrogate pairs in...
In my opinion, a canonical JSON format needs to meet at least these goals: 1) Be valid JSON (so not OLPC) 2) Allow all possible JSON data to be represented...
The short answer is that if we escape the characters required by JSON, and escape the lone surrogates to respect Unicode, then everything else is technically allowed. Everything else is...
I asked around to see if anyone knew of an example exploit using the "theoretically risky" characters. We didn't know of any, but the advice I got differed from my...
I am a Java programmer, not a Groovy programmer, but I believe the required fix is to simply change the `collect` to `findResults` in the creation of `allDependencies`.
Just saying I am still willing to be added as a maintainer.
A canonical JSON form should be able to represent anything JSON can represent in a unique way. Strings and numbers are complicated beasts when you dig down into their fine...
It seems to me that arguing that an invalid meaning has a precise meaning is twisting the meaning of "invalid". Within a `` or `` all non-whitespace content has to...