Posts by crisck • 1 point
1 post
-
0
votes1
answer65
viewsQ: I have class definition but the object coming from JSON does not keep the methods
I have a problem at the moment I get the JSON from the server and I want to use it as my local class. //classes export class Pessoa { id: number; nome: string; raca: Raca; constructor(){}…