Open swallez opened 2 months ago
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.
JsonDataImpl
JsonData
toString()
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.