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
Fix confusing description of JsonPrimitive.content (Kotlin#2670)
- clarifies that JsonPrimitive.content will return `"null"` rather than `null`
- include the suggestion that `contentOrNull` should be used if the JsonPrimitive could be `JsonNull`
- fix potentially misleading usage in `JsonTreeTest`
0 commit comments