ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.04k stars 262 forks source link

Wrong write flag type. #95

Closed iSLC closed 1 year ago

iSLC commented 1 year ago

Write flag type was using read flag type. Not like it matters since they're just integers but for consistency sake.

ibireme commented 1 year ago

Thanks!