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
The #630 lost self.parser.p++ for empty object in (*traverser).decodeObject(). The TwitterJSON doesn't contain pattern like {..., "k": {}, ...} so this problem was not detected by unit tests.
The #630 lost
self.parser.p++
for empty object in (*traverser).decodeObject(). The TwitterJSON doesn't contain pattern like{..., "k": {}, ...}
so this problem was not detected by unit tests.Test case:
{"v0": 0, "m0": {}, "v1": 1, "a0": [], "v2": 2}
Output:
The text was updated successfully, but these errors were encountered: