-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
[AsyncApi] Print a class as json #262
Comments
The string is not a valid json structure. For example, I have this string from an object:
|
* #262 Fix to String generation. * #262 Fix to String generation. * #265 Fix Wrong folder generation * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description * #251 Fix Parameter without description
What happens?
When I print a generated object in a log the
toString
method write a string with\n
and blank spaces. This is not easy to read in the log system that shows lines per trace log.What do would I like?
I would like to have a method that return me a json string in a line, without
\n
,\t
, blank spaces etc.The text was updated successfully, but these errors were encountered: