What's the best open source model for extracting JSON data right now? or Looking for the best open so

16 Replies, 1766 Views

For JS folks, `lossless-json` is a hidden gem. It preserves *everything*—comments, whitespace, even weird number formats.

Not the fastest, but if you need to round-trip JSON without losing data, it’s the best open source model for extracting json data in that niche.

Python doesn’t have a direct equivalent, but `jsoncomment` can handle comments at least.

Messages In This Thread



Users browsing this thread: 1 Guest(s)