You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A light weight Json streaming library, run fast without any memory allocation.
sjson do string operation on fixed-size buffer, which means zero memory fragmentation.
It's suitable for small embedded platform.
About
a light weight json streaming library, run fast without any memory allocation