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
Currently, the test cases for JSON Encoders and Decoders cover a single case involving complete and correct data, and with encoding happening immediately after decoding.
We need to add more test cases to cover any likely issues involving incomplete or mismatched data during serialization and deserialization.
The text was updated successfully, but these errors were encountered:
Currently, the test cases for JSON Encoders and Decoders cover a single case involving complete and correct data, and with encoding happening immediately after decoding.
We need to add more test cases to cover any likely issues involving incomplete or mismatched data during serialization and deserialization.
The text was updated successfully, but these errors were encountered: