anilmaurya / fast_jsonparser

Fastest Json parser for Ruby, wrapper for simdjson
MIT License
307 stars 10 forks source link

Parse string values as UTF-8 #10

Closed casperisfine closed 4 years ago

casperisfine commented 4 years ago

Extracted out of https://github.com/anilmaurya/fast_jsonparser/pull/8

This part shouldn't have a performance implication and is important for correctness.

anilmaurya commented 4 years ago

Thanks 👍