I'm using a generated swagger client in a reactjs project where we use Immutable, I would like to get the data as a json map instead of models. Is it only me that have a need for something like this?
An alternative would be to implement a toJSON() that would return the object representation.
I'm using a generated swagger client in a reactjs project where we use Immutable, I would like to get the data as a json map instead of models. Is it only me that have a need for something like this?
An alternative would be to implement a toJSON() that would return the object representation.