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
The Overlay implementation is a convenience, delegating to its embedded JsonOveraly object.
For a lone StringOverlay we don't really want the quotes (toJson is an option if you want them). For structures that include strings, they will be quoted, since in that case the overall result rendered as JSON.
The text was updated successfully, but these errors were encountered:
The
Overlay
implementation is a convenience, delegating to its embeddedJsonOveraly
object.For a lone StringOverlay we don't really want the quotes (toJson is an option if you want them). For structures that include strings, they will be quoted, since in that case the overall result rendered as JSON.
The text was updated successfully, but these errors were encountered: