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
cue: only use internaljson.Marshal where necessary
That is, when marshaling strings, which can include HTML characters
which json.Marshal escapes. Booleans cannot include them,
and bytes are hex-encoded anyway, so no escaping takes place.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I4a381b5151e100c28d98e54d4e064c481e00b68e
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201809
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Roger Peppe <[email protected]>
0 commit comments