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
This will make it consistent with the behavior of JsonDataImpl, the other implementation of JsonData. Rendering as JSON in toString() comes with a cost, but provides convenience when logging plain objects or displaying them in a debugger.
The text was updated successfully, but these errors were encountered:
Hi @swallez so this will allow client who calls toString() to see the string value that the token buffer is holding? It sounds new contributor friendly, can I try to implement it as I understand your goal as above so you could review it maybe?
This will make it consistent with the behavior of
JsonDataImpl
, the other implementation ofJsonData
. Rendering as JSON intoString()
comes with a cost, but provides convenience when logging plain objects or displaying them in a debugger.The text was updated successfully, but these errors were encountered: