openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
16 stars 38 forks source link

fix(go-sdk): dont escape HTML characters in conditions #280

Closed ewanharris closed 8 months ago

ewanharris commented 8 months ago

Description

The behaviour of json.Marshal is to escape any HTML characters in a string, by using json.Encoder we are able to disable the escaping of these characters

References

openfga/cli/issues/188

Review Checklist