add forked version of encoding/json with html escape disabled
- modified all local packages to use this fork
This commit is contained in:
@@ -27,6 +27,9 @@ import (
|
||||
// encode <, >, and & characters due to legacy bullcrap in the encoding/json
|
||||
// library. Either call MarshalJSON directly or use a json.Encoder with html
|
||||
// escaping disabled.
|
||||
//
|
||||
// Or import "next.orly.dev/pkg/encoders/json" and use json.Marshal which is the
|
||||
// same as go 1.25 json v1 except with this one stupidity removed.
|
||||
type E struct {
|
||||
|
||||
// ID is the SHA256 hash of the canonical encoding of the event in binary format
|
||||
|
||||
Reference in New Issue
Block a user