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
String length evaluation uses the bitwise-operating strlen(). RFC4627 states that "JSON text SHALL be encoded in Unicode. The default encoding is UTF-8", which could contain multibyte characters, which should be counted as one.