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
@benjyZ: I'm a bit late to this one, but go-edn's Marshal only writes whitespace when it needs to. " is only allowed at the start and end of strings (except when quoted inside strings), which means there's no reason to add a whitespace there.
Note that Marshal is not designed to create output read by humans. If you want human-readable output, you may want to look into edn.MarshallIndent or edn.MarshallPPrint, which both write out data in a more approachable manner for humans.
was decoding a struct and the resulting map does not have whitespace between the keyword and value and between the next value?
in this case I was expecting
{:name \"Hans\" :born 1990}
The text was updated successfully, but these errors were encountered: