Dominick C. Pastore
Dominick C. Pastore
> And last but not least, how often real documents exhibit the syntax where the two lines do not match: And if they do, is not the intention to render...
Debian Buster also uses nftables now. +1 for requests! Thanks!
Oops, just noticed the feedback button. I'll put these suggestions at UserVoice.
Apologize for the history rewrite. Rebased onto the latest changes from the pull requests this was built on top of.
Pull request is in draft mode for now as I need to make a couple changes to fix parsing multiple JSON objects at once and improve validation for primitives, but...
The remaining changes are now complete, and I've added test cases for the new functionality. Marking as "Ready to review."
> This is pretty close to what I have come up with myself. I went about the problem from two sides, one being to extend jsmn_t, the second adding an...
> I also like leaving the combinations (minus JSMN_ALL_TYPE) implicit, but I could also extend jsmntype_t to include the explicit classes you have, though I would suggest letting bitwise logic...
One other thing I forgot to put in the description: calling `jsmn_parse()` with `tokens` set to `NULL` skips a lot of the validation that would otherwise happen, for the sake...
@themobiusproject I made some improvements based on your suggestion to use bitwise logic for the enum values. I think it helps readability a lot.