You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating HarResponse objects and want to transform them into JSON - would be great if we could have toJson() methods on all objects - or if toString() could simply return the JSON serialization...
thanks!
The text was updated successfully, but these errors were encountered:
These objects are created automatically through Swagger Codegen using the Swagger Definition of TestServer API. Is there anyway we can put it into API definition OR codegen config that it can add toJson() method to these objects? Otherwise we create a generic method in client code which accept any of these objects and creates JSON string for it.
I'm creating HarResponse objects and want to transform them into JSON - would be great if we could have toJson() methods on all objects - or if toString() could simply return the JSON serialization...
thanks!
The text was updated successfully, but these errors were encountered: