configlet icon indicating copy to clipboard operation
configlet copied to clipboard

jsony: patch to error for trailing comma

Open ee7 opened this issue 2 years ago • 0 comments

Refs: #560

Jsony is lenient and optimized for pure speed. If we tweak it to be stricter, I believe we can stop parsing with std/json, move all our checks to a post-jsony pass, and remove our forks of std/json and std/parsejson.

ee7 avatar Oct 07 '22 13:10 ee7