Totally flexible number parsing and stringification, via functions you supply. Drop-in replacement for native JSON.parse and JSON.stringify: aims to exactly reproduce all other native behaviour.
There already exists a plethora of JSON implementations for C++, so why the need for another? A downside of having so many JSON libraries available is that the one chosen for your next project might ...