Gregory Eslinger
Gregory Eslinger
A proper fix would include parsing for both UTF-8 and UTF-16. When parsing a UTF-8 input, the parser should check for a leading 1 (`input & 0x80 == true`) to...
ESP build sequence produced the following warnings: ``` /media/psf/Home/Documents/GitHub/simpleson/json.cpp:238:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 238 | this->set_state(STRING_OPEN); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /media/psf/Home/Documents/GitHub/simpleson/json.cpp:239:5: note: here 239 | case STRING_OPEN: | ^~~~...
Badge: [](https://ci.appveyor.com/project/gregjesl/simpleson-l4m5a)
Will need to determine how to support null values
I'll push an update to the branch renaming `barycenter` to `centroid` and also fix the Lint issue.