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
I do have a use case where I don't need to encode JSON so I'd like to remove that code from the library. I've installed (quick & dirty) some ifdef and reduced by 60% the code size. A huge difference when using micro controllers.
Thanks