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
If I write such an example to express an escape sequence like \n or \t as a string in the sample,
\n
\t
example: 'foo \n bar'
The sample is output like this.
{ "test": "foo \\n bar" }
There is no way to express this sample.
{ "test": "foo \n bar" }
The text was updated successfully, but these errors were encountered:
58cb20d
In the upcoming version of Redoc (coming a bit later today) use:
example: "foo \n bar"
Sorry, something went wrong.
No branches or pull requests
If I write such an example to express an escape sequence like
\n
or\t
as a string in the sample,The sample is output like this.
There is no way to express this sample.
The text was updated successfully, but these errors were encountered: