"belltown" wrote:
You're welcome to add my code to librokudev, and make any changes to it that you see fit. Let me know if there's anything I need to do to make that happen. Since rdJSONParser has a different interface from my code and is faster for smaller inputs, even though it doesn't handle all JSON data, you might want to keep both versions around just in case someone has a preference for using one parser rather than the other.
Yeah, it will probably live on in some manner for backwards compatibility, but the run-time difference is small enough on most inputs that I think most people that would want to use it would be much happier with something less likely to blow up from an odd character.
Thanks!