We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with (tEncoder) { T.encode() } outputs invalid Json if the value contains a multiline string/string with quotes/etc.
with (tEncoder) { T.encode() }
Escaping of special characters should be done in the JsString encoder. This is a pretty major issue, I think. I'm eager to help with a PR if needed.
JsString
The text was updated successfully, but these errors were encountered:
@ambrusadrianz please feel free to send a PR with your suggestion. Thanks!
Sorry, something went wrong.
No branches or pull requests
with (tEncoder) { T.encode() }
outputs invalid Json if the value contains a multiline string/string with quotes/etc.Escaping of special characters should be done in the
JsString
encoder. This is a pretty major issue, I think. I'm eager to help with a PR if needed.The text was updated successfully, but these errors were encountered: