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
When re-encoding a stream back to text, the encoding/json library uses the .More() method to tell if it needs to place a comma.
You can peek ahead to the next token to see if you need to place a comma, so it's still possible to work. It just means that pkg/json is not a drop in, API compatible replacement.
The text was updated successfully, but these errors were encountered:
When re-encoding a stream back to text, the encoding/json library uses the .More() method to tell if it needs to place a comma.
You can peek ahead to the next token to see if you need to place a comma, so it's still possible to work. It just means that pkg/json is not a drop in, API compatible replacement.
The text was updated successfully, but these errors were encountered: