* Make the Parser independent from the global C-locale * Set a specific test locale using the environment variable FLATBUFFERS_TEST_LOCALE * Remove redundant static qualifiers
* Add fuzzer test for scalar numbers in json. Grammar-based regex used to check correctness. * Fix conversation